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
Bhawana Yadav asked a question

2078-10-20
दाङ, नेपाल।

वरषीय सुशील भणडारीले आफनै गाउँमा सफलतापूरवक
सवचालित कार बनाएका छन ।दिएको जानकारी अनुसार
कारमा सुशीलले समाचार अधिकारीहरूलाई अनय कचचा
पदारथ जसता उपलबधयसको कषमता लगभग 15-20 किमी
/ घणटा छ। यो परियोजनाले उनलाई करिब रु.95,000
अवधि-चार महिना; भणडारी भनछन, ‘ किनन सकने गरी थप गरन
सकौं कम मूलयमा।”


1 Thanks
2 Answers
Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, number, num1, num2=0;

char str1[50];

num1 = number;

for(i=2; i<=20; i+=2) {

printf("%d", i);

printf(", ");

}


return 0;

}


2 Thanks
2 Answers
Close Open App