document.write( "Question 354768: To buy both a new car and a new house, Tina sought two loans totalling $78,825. The simple interest rate on the first loan was 0.2%, while the simple interest rate on the second loan was 5.0%. At the end of the first year, Tina paid a combined interest payment of $2817.23. What were the amounts of the two loans?\r
\n" );
document.write( "\n" );
document.write( "So far I have this but don't know where to go from there:
\n" );
document.write( "x + y = 78,825
\n" );
document.write( "0.02x + 0.05y = 2817.23 \n" );
document.write( "
Algebra.Com's Answer #253464 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! To buy both a new car and a new house, Tina sought two loans totalling $78,825. The simple interest rate on the first loan was 0.2%, while the simple interest rate on the second loan was 5.0%. At the end of the first year, Tina paid a combined interest payment of $2817.23. What were the amounts of the two loans? \n" ); document.write( "So far I have this but don't know where to go from there: \n" ); document.write( "x + y = 78,825 \n" ); document.write( "0.02x + 0.05y = 2817.23 \n" ); document.write( "---- \n" ); document.write( "Multiply thru the 1st equation by 2. \n" ); document.write( "Multiply thru the 2nd equation by 100. \n" ); document.write( "--------------- \n" ); document.write( "2x + 2y = 2*78,825 \n" ); document.write( "2x + 5y = 281723 \n" ); document.write( "--------------------------- \n" ); document.write( "Subtract the top equation from the bottom and solve for \"y\": \n" ); document.write( "3y = 124073 \n" ); document.write( "y = $41357.67 \n" ); document.write( "---- \n" ); document.write( "x = 78825-41357.67 \n" ); document.write( "x = $37467.33 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |