answersLogoWhite

0


Best Answer

You already said the answer that b is less than c

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If a is less than b and b is less than c what is less than c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Which number is less than the product 35 and 2.58 A 90.03 B 90.3 C 90.33 or D 93?

The answer is A 90.03


If A is less than B and B plus C equals 10 and none of them equal zero then which of the following must be true?

You haven't provided any choices for the "which of the following" part of your question. Such questions are best avoided here. However, assuming a, b and c are all natural numbers, all of the following are true for a<b AND b+c=10: a=1, b=2, c=8 a=1, b=3, c=7 a=1, b=4, c=6 a=1, b=5, c=5 a=1, b=6, c=4 a=1, b=7, c=3 a=1, b=8, c=2 a=1, b=9, c=1 a=2, b=3, c=7 a=2, b=4, c=6 a=2, b=5, c=5 a=2, b=6, c=4 a=2, b=7, c=3 a=2, b=8, c=2 a=2, b=9, c=1 a=3, b=4, c=6 a=3, b=5, c=5 a=3, b=6, c=4 a=3, b=7, c=3 a=3, b=8, c=2 a=3, b=9, c=1 a=4, b=5, c=5 a=4, b=6, c=4 a=4, b=7, c=3 a=4, b=8, c=2 a=4, b=9, c=1 a=5, b=6, c=4 a=5, b=7, c=3 a=5, b=8, c=2 a=5, b=9, c=1 a=6, b=7, c=3 a=6, b=8, c=2 a=6, b=9, c=1 a=7, b=8, c=2 a=7, b=9, c=1 a=8, b=9, c=1


If a plus a equals b and b plus c equals a and a-c equals b what is c?

a= (+a) or a= (-) b= 2a b= 2a c= (-a) c= (+a)


C program to find the largest and smallest of three numbers using IF IF ELSE?

#include<stdio.h> #include<conio.h> void main() { int a,b,c; clrscr(); printf("Enter any three numbers"); scanf("%d%d%d",&a,&b,&c); if(a>b&&a>c) printf("A is greatest"); else if(b>a&&a>c) printf("B is greatest"); else if(c>a&&c>b) printf("C is greatest"); if(a<b&&a<c) printf("A is smallest"); else if(b<a&&b<c) printf("B is smallest"); else if(c<a&&c<b) printf("C is smallest"); getch(); }


Write a Qbasic program to find the root of a quadratic equation using the formula if the result is less than 0 the program should print the root are immerginary and end the program?

(Uses Square Root Function) PRINT "Ax^2 + Bx + C = 0" INPUT "A = ", A INPUT "B = ", B INPUT "C = ", C D = B * B - 4 * A * C IF D > 0 THEN DS = SQR(D) PRINT "REAL ROOTS:", (-B - D) / (2 * A), (-B + D) / (2 * A) ELSE IF D = 0 THEN PRINT "DUPLICATE ROOT:", (-B) / (2 * A) ELSE DS = SQR(-D) PRINT "COMPLEX CONJUGATE ROOTS:", (-B / (2 * A)); "+/-"; DS / (2 * A); "i" END IF END IF

Related questions

If a is less than b and b is less than c what is greater than c?

a < b < c So, neither a nor b is greater than c.


A is less than b and b is less than c is a greater than c?

NO it is not because if a<b<c it could also be said without the b as a<c.


If a is less than b and c is less than d then a plus c is less than b plus d?

Correct.


On horseisle quiz if a is less than b and b is less than c is a greater than c?

Absolutely not


If A is less than B is false and B is less than C false then A is less than C is?

False. A is greater than C. ******************** I'm not in calculus but if A isn't less than B, then that means its either greater than or equal to it. and if B isn't less than C then its greater or equal to. so that means that A is either greater than or equal to C. so that means that A than C.


What are the 2 inequalities?

A is greater than B (A>B). C is less than D (C<D). But what about "less than or equal"?


If a is 5 less than b b is 2 more than c and c is 3 less than d how much more or less is a than d?

4


If a is five less than b b is two more than c and c is three less than d how much more or less is a than d?

a is 6 less than d.


Why is a greater than b but less than c?

It is not possible to answer the question without any information on what a, b and c are.


How do you prove if a is less than b then a plus c is less than b plus c?

I believe that's usually treated as an axiom, meaning you don't prove it.


A plus b plus c equals d. A is the largest answer b is the smallest answer and d is less than 6?

A plus b plus c equals d. A is the largest answer b is the smallest answer and d is less than 6?''


What numbers is less than 6.001 a. 6.011 b. 6.0 c. 6.101 d. 6.1?

B. 6.0 is less than 6.001.