document.write( "Question 257500: Ralph Chase plans to sell a piece of property for $180,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 8% interest. Find the amount of each note if the total annual interest paid is $17,400. \n" ); document.write( "
Algebra.Com's Answer #189474 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
.11x+.08(180000-x)=17400
\n" ); document.write( ".11x+14400-.08x=17400
\n" ); document.write( ".03x=3000
\n" ); document.write( "x=$100,000 at 11%
\n" ); document.write( "$80,000 at 8%
\n" ); document.write( "
\n" );