document.write( "Question 111558: Car Selling. Ronald wants to sell his car through a broker who charges a commission of 10% of the selling price. Ronald still owes $11,025 on the car. Ronald must get enough to at least pay off the loan. What is the range of the selling price?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #81389 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Ronald wants to sell his car through a broker who charges a commission of 10% of the selling price. Ronald still owes $11,025 on the car. Ronald must get enough to at least pay off the loan. What is the range of the selling price? \n" ); document.write( "---------- \n" ); document.write( "Let \"x\" be the selling price. \n" ); document.write( "INEQUALITY \n" ); document.write( "x >= 11,025 + 0.10(11,025) \n" ); document.write( "x>= (1+0.10)(11,025) \n" ); document.write( "x >= 1.1(11025) \n" ); document.write( "x >= $12,127.25 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |