Question 262885
1.Find three consecutive integers such that the sum of one-half of the smallest and one-third of the largest is one less than the other integer.
1st: x
2nd: x+1
3rd: x+2
---
Equation:
(1/2)x + (1/3)(x+2) = (x+1)-1
Multiply thru by 6 to get:
3x + 2(x+2) = 6(x+1) - 6
5x + 4 = 6x
x = 4 (1st)
x+1 = 5 (2nd)
x+2 = 6 (3rd)
==================
 
2. An investment of $5500 is made at an annual simple interest rate of 4.9%. How much additional money must be invested at an annual simple interest rate of 7.4% so that the total interest earned is 6.4% of the total investment?
---------------------
Equation:
Let the additional amount of money be "x" dollars.
---
0.074x = 0.064(x+5500)
Multiply thru by 1000 to get:
74x = 64x + 64*5500
10x = 64*5500
x = 64*550
x = $35,200
===============================
 
3. How long will it take $2475 to triple at 10.25% simple interest?
A(t) = P(1+rt)
If P = 2475 and p = 0.1025
Equation:
3*2475 = 2475(1+ 0.1025*t)
3 = 1 + 0.1025t
0.1025t = 2
t = 19.51 years
=======================
 
4. Tim bought a pair of shoes at a 30% discount sale for $55.99. What was the original price of the shoes?
---
Let original price be "x".
Equation:
0.70x = 55.99
x = 55.99/0.70
x = $79.99
===================================
Cheers,
Stan H.