answersLogoWhite

0

You already said the answer that b is less than c

User Avatar

Wiki User

13y ago

What else can I help you with?

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?

Well, isn't that just a happy little math problem! If A is less than B and B plus C equals 10, then it must be true that A plus C is less than 10. Just remember, in the world of numbers, everything adds up beautifully in the end.


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)


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


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(); }

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.