document.write( "Question 97484: Ronald wants to sell his care 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 selling price? \n" ); document.write( "
Algebra.Com's Answer #70918 by edjones(8007) You can put this solution on YOUR website! Ronald owes 11,025 on the car. \n" ); document.write( "sales price - commission = 11025 \n" ); document.write( "let x = sales price \n" ); document.write( "x-.1x=11025 \n" ); document.write( ".9x=11025 \n" ); document.write( "divide .9 into both sides x=11025/.9 \n" ); document.write( "x=$12,250 \n" ); document.write( "Ed \n" ); document.write( " |