Answer:
45
Step-by-step explanation:
To find the number you just add 6 to 39 which gets you 45.
-2x = -1
x = 1/2
Any equation that returns x=1/2 is a solution to this problem. For example, x= (3•4)/6 can be simplified so that x=1/2
Answer:
-6.1
Step-by-step explanation:
Hope this helps!
Answer:
y =
OR y = 
Step-by-step explanation:
Our quadratic equation is: (5y + 6)² = 24.
The first step is to square root both sides:
5y + 6 = ±√24 = ±2√6
Now subtract 6 from both sides:
5y = ±2√6 - 6
Finally divide by 5 from both sides:
y =
OR y = 
And, those are the solutions to the equation.
Franck's answer is better (using ~), but I just wanted to point out that the conditional in yours is slightly redundant. It's easy to forget that, since you already have a boolean value, you don't need to perform a comparison in your conditional. So you could have just done this...
<span>if x
x = false;
else
x = true;
<span>end</span></span>