document.write( "Question 1066863: A man has two investments, one paying 5% annual interest and the other at 8%. The total annual income from the two investments is P 4,650. If the interest rates were interchanged, the total annual income would be P 5,100. Find the amount invested. of each rate. \n" ); document.write( "
Algebra.Com's Answer #682093 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x and y are the two amounts.
\n" ); document.write( ".05x+.08y=4650
\n" ); document.write( ".08x+.05y=5100
\n" ); document.write( "5x+8y=465000, multiplying by 100
\n" ); document.write( "8x+5y=510000
\n" ); document.write( "Multiply the top by -8 and the bottom by +5 to eliminate x
\n" ); document.write( "-40x-64y=-3720000
\n" ); document.write( "40x+25y=2550000
\n" ); document.write( "-39y=-1170000
\n" ); document.write( "y=P30000
\n" ); document.write( "5x+240000=465000
\n" ); document.write( "5x=225000
\n" ); document.write( "x=P45000
\n" ); document.write( ".05(45000)+.08(30000)=2250+2400=4650
\n" ); document.write( ".08(45000)+.05(30000)=3600+1500=5100
\n" ); document.write( "
\n" );