document.write( "Question 150321: Mark and Brenda wish to get $82,800 for their home. The real estate agent's
\n" ); document.write( "commission is 10% of the selling price. What should the selling price be?
\n" ); document.write( "

Algebra.Com's Answer #110276 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
\"selling price\" - \"commission\" = \"money from sale of home\"
\n" ); document.write( ".
\n" ); document.write( "Let x = selling price
\n" ); document.write( "then
\n" ); document.write( "x - .10x = 82800
\n" ); document.write( "x(1-.10) = 82800
\n" ); document.write( "x(.90) = 82800
\n" ); document.write( "x = 82800/(.90)
\n" ); document.write( "x = $92,000
\n" ); document.write( "
\n" );