9514 1404 393
Answer:
Step-by-step explanation:
Let x and y represent amounts invested at 6% and 9%, respectively.
y = 3x +58 . . . . . . . the amount invested at 9%
0.06x +0.09y = 1097.19 . . . . . . total interest earned
__
Substituting for y, we have ...
0.06x +0.09(3x +58) = 1097.19
0.33x + 5.22 = 1097.19 . . . . . . . . . simplify
0.33x = 1091.97 . . . . . . . . . . . . subtract 5.22
x = 3309 . . . . . . . . . . . . . . . . divide by 0.33
y = 3(3309) +58 = 9985
$3309 is invested at 6%; $9985 is invested at 9%.
Answer:
19
Step-by-step explanation:
Is he stop every 1/4 mile you get 19
There are 4 1/4 miles in every mile. 4x4(Equation of total 1/4th's in 4 miles) is 16. Add 3 more 1/4th's to get 19
Hope this helps!
A fraction x/y is a ratio between two numbers x and y.
The ratio is preserved if both x and y are scaled up or down by the same number n.
This means you can obtain any fraction equivalent to x/y by multiplying both x and y by n, i.e. (n*x)/(n*y).
Then we have 1/4 = (2*1)/(2*4) = 2/8, for example.
Answer:
1 Tenths = 10 Hundredths
10.74 - 10.60 = 0.14
0.14 = 14 hundredths
Thus, you need 10 ones, 6 tenths and 14 hundredths to make 10.74.
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>