Answer:
x>-5/7
Step-by-step explanation:
Because our dividing 5 by a negative 7 the symbol flips
Answer:
x=11
Step-by-step explanation:
The switch case works like an if or if-else, where each of the cases are conditionals. Here we have 7 cases and we know that our variable begins with x=5.
First, it enters to case 5 because of x=5, so x+=3, this means we add 3 to the actual value of the variable ⇒ x=8.
At this point, if there's not break the program continues to the next case, executing the statements until a break or the end on the switch is reached.
In this order, the x = 8 and next we add 1 (case 6) ⇒ x=9. We add 2 (case 7) x+=2 ⇒ x=10. Then we rest 1 (case 8) ⇒ x=9 and then we add 1 again as in case 9 ⇒ x=11.
Do you think it could be 'rho' (density)? Like the thing you use for calculating pressure in fluids?
...or maybe it's just a fancy P.
To figure this out youll have to multiply 64.80 by 2.5 first then youll get 162 after to figure out the answer you subtract 20 from that amount and get 142
Answer:2m^2+mn+2m+9n-3
Step-by-step explanation:
m(2+n-m)+3(3n+m^2-1)
open brackets
2m+mn-m^2+9n+3m^2-3
Collect like terms
3m^2-m^2+mn+2m+9n-3
2m^2+mn+2m+9n-3