NANDANI KUMARI asked a question
II)Cr2+ is reducing agent as its configuration changes from d4 to d3, when it is oxidized to Cr3+ .The d3 configuration have a half-filled t2g level which is very stable. On the other hand, the reduction of Mn3+ to Mn2+ results in the half-filled (d5) configuration which has extra stability hence Mn3+ acts as oxidizing agent.
0 Thanks
3 Answers
Shibu oli asked a question

In mitosis, the prophase is further understood by dividing it into the given sub-stages:

1.Leptotene :

In this stage the nucleus enlarges in size in the chromosome. The chromosomes appear thin, thread-like and single-stranded in this stage. They have swollen or beaded structures along their length and their ends appear converged towards one side of the nucleus called bouquet.

2.Zygotene:

In this stage, the identical chromosomes come together and form bivalent or homologous pairs. Further, ...

2 Thanks
2 Answers
Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, nextTerm;

int t1 = 2, t2 = 2;

nextTerm = t1+t2;


printf("%d, %d, ", t1, t2);

for (i = 3; i <= 10; ++i) {

printf("%d, ", nextTerm);

t1 = t2;

t2 = nextTerm;

nextTerm = t1 + t2;

}


return 0;

}


2 Thanks
2 Answers
SAMIR AKHTAR about 1 year ago
2 Claps
2 Comments
SONU NIGAM SAH

One major difference between Americans and Japanese is their cultural norms and values. For example, Americans tend to value individualism and independence, while Japanese tend to prioritize group harmony and collectivism. This can be seen in various aspects of daily life, such as communication style, decision-making processes, and social interactions. Additionally, the two cultures have different customs and traditions, including food, clothing, and holidays.

SONU NIGAM SAH

Some specific types of clothing that Muslim women may avoid wearing in the Muslim community include tight or revealing clothing, short skirts or shorts, sleeveless or low-cut tops, and clothing made from see-through or sheer materials.

Close Open App