answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Is the greatest integer function many to one?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is the absolute value function and the greatest integer function one to one?

Neither of the two are one-to-one


Does the greatest integer function have an inverse function?

Inverse of a function exists only if it is a Bijection. Bijection=Injection(one to one)+surjection (onto) function.


What is the greatest integer?

There is no greatest integer. Whatever integer you think is greatest, you can always add one (1) to it and get a larger one.


How do you find the greatest integer on a real number line?

You cannot, because there is no greatest integer. If you thought you had one, then move just one unit to the right and you will have an integer which is greater.


Is there a greatest integer on the real number line?

No. For any integer, you can add one to get an even greater integer.


Does it make sense to ask which integer is the least or which integer is the greatest?

Perhaps it makes sense to ask; in any case, the answer is that there is no greatest and no smallest integer. Whatever number you choose, you can always add one to get an even larger integer; or subtract one to get an even smaller one.


How do you find the greatest integer on a number line?

The way the number line is usually drawn, the greatest integer is the one that is to the right of all the others.


Greatest integer function?

This function rounds any number down to the nearest integer. Let's use the notation GIF[x]for this site to mean greatest integer function of x. Another name for it is the floor function. So here are some examples: GIF[.9]=0 GIF[1.9]=1 Gif[-1.8]=-2 Here is one trick GIF[1.99999 where 9 repeats forever]=2 (I can not put the bar over it, but usually it would be written as 1.9 with a bar over the 9) The reason is that 1.999999999 forever is =2 so GIF[2]=2


Is there a greatest positive integer?

No. The positive integers are {1, 2, 3, 4, 5, ...}. They start at 1 (which is the least positive integer) and progress forever (to infinity). There is no end to the positive integers, so there is no greatest positive integer. Another way to look at it might be to think of any really large integer (a "counting" or "whole" number) and add one. That will create a "next bigger" large number. You can continue to do this infinitely many times.


How do you order one negative integer and two positive integers from least to greatest?

-1 1 2


What is the greatest possible remainder if the divisor is 63?

The greatest integer remainder for a division sum with a divisor of 63 would be 62 - for a number one fewer than an integer multiple of 63 - for example, 125/63 = 1 remainder 62.


What is meant by void abcint?

void abc(int); is a function declaration. The declared function has no return value, is named abc and accepts one integer argument by value.