document.write( "Question 345428: 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?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #247038 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let him sell at $x \n" ); document.write( "0.1x is the commission \n" ); document.write( "he has to pay $11,025 towards loan \n" ); document.write( "0.1x+11025=x \n" ); document.write( "-0.1x \n" ); document.write( "11025=x-0.1x \n" ); document.write( "11025=0.9x \n" ); document.write( "/0.9 \n" ); document.write( "11025/0.9= x \n" ); document.write( "12,250 =x \n" ); document.write( "He should sell at $12,250. 00 \n" ); document.write( " |