Laxman Khatri about 1 year ago
0 Claps
1 Comments
SONU NIGAM SAH

Quality of life refers to the overall well-being, satisfaction, and happiness that an individual or a community experiences in various aspects of their lives.

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
Chandan Yadav over 1 year ago
6 Claps
2 Comments
KRISH YADAV

The Rh factor(the Rhesus factor or Rh antigen), is a protein that can be found on the surface of red blood cells. It is one of the most important blood group systems in human blood typing. The presence or absence of the Rh factor is denoted as either Rh-positive (+) or Rh-negative (-).

KRISH YADAV

Fun fact: The Rh factor is named after the Rhesus monkey, in which the protein was first discovered.

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
Mattrab Community - SXC asked a question

Here, f: A>B

f(x)= (x-1)/(x+2)  ;  x   -2 

A= {-1,0,1,2,3,4}

B= {-2,1,-1/2,0,1/2,1/4,2/5}

Range = {-2,-1/2,0,1/4,1/2,2/5}

As range is not equal to codomain so the given function is not bijective. 

We can make it bijective by omitting {1} from set B 

10 Thanks
2 Answers
Close Open App