If B=0, then the graph does not depend on the value of y. This is a vertical line at x = C/A
a + c - b = 3 + 2 - 5 = 5 - 5 = 0
-2
a = b changes the value of a and makes it the same as the value of b. a == b does not change the values of a or b. It is an expression that is equal to 1 if a and b are the same or to 0 if a and b are different. For example: if ( a == b) { c = d;} means if a and b are the same, then set c equal to d. C does let you write the following: if ( a = b) { c = d;} This sets a equal to the value of b, and then if the new value of a is non-zero, it sets c equal to d. You can do this, but if you see a single equal sign in an "if" condition, that usually (but not always) is a mistake.
0 Celsius equals 32 Fahrenheit
It is the intercept: the value that y takes when x = 0
A=0 b=0 c=0
x + y + z = 0 x = a - b, y = b - c, z = c - a, therefore a - b + b - c + c - a = ? a - a + b - b + c - c = 0
It depends on the value of c. If c = 0 then 0-0+5 = 5 If c = 1 then 1-2+5 = 4 If c = 2 then 4-4+5 = 5 and so on.
The value of c/30 that equals 12 is 12 . In order to make that value, 'c' must be 360 .
Because the value of C equals 13
the value of 0 is '1'.
A=B , A-B=B-B , A-B =0 B=C , B-B=C-B, 0=C-B So A-B=0 but also C-B=0 A-B=C-B ...add +b ...A-B+B=C-B+B , A=C
well the only answer i can so far come up with is: a=1 b= -1 c=0 so then (a+b)=(c*c)=(a*c) ...............(0)=(0)=(0) ......................0 ok if that is what your looking for Great! just know that i am not a math wiz. :)
If B=0, then the graph does not depend on the value of y. This is a vertical line at x = C/A
that depends on what the value of c is.
Two: one is 0, the other is -b/a ax2 + bx + c = 0, but c = 0 ⇒ ax2 + bx + 0 = 0 ⇒ ax2 + bx = 0 ⇒ x(ax + b) = 0 ⇒ x = 0 or (ax + b) = 0 ⇒ x = -b/a