document.write( "Question 941397: Ralph Chase plans to sell a piece of property for $170,000. He wants the money to be paid off in two ways, a short-term note at 11% interest and a long-term note at 9% interest. Find the amount of each note if the total annual interest paid is $17,200.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #573830 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Ralph Chase plans to sell a piece of property for $170,000. He wants the money to be paid off in two ways, a short-term note at 11% interest and a long-term note at 9% interest. Find the amount of each note if the total annual interest paid is $17,200. \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "interest + interest = interest \n" ); document.write( "0.11x + 0.09(170,000-x) = 17,200 \n" ); document.write( "---- \n" ); document.write( "11x + 9*170000 - 9x = 1720000 \n" ); document.write( "---------------------------------- \n" ); document.write( "2x = 190000 \n" ); document.write( "x = 95000 (amt. paid off at 11%) \n" ); document.write( "170,000-x = 170,000-95000 = 75000 (amt. paid off at 9%) \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |