document.write( "Question 442428: Can someone please help me with this problem:\r
\n" );
document.write( "\n" );
document.write( "Real Estate commission:\r
\n" );
document.write( "\n" );
document.write( "The following is a typical real estate commission on the selling price of a house:
\n" );
document.write( " 7% for the first $100,000 and 4% for the amount that exceeds $100,000.\r
\n" );
document.write( "\n" );
document.write( "A realtor receives a commission of $13,400 for selling a house. What was the selling price.\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance \n" );
document.write( "
Algebra.Com's Answer #305212 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! .07(100000)+.04(100000x)=13400 \n" ); document.write( "7000+4000x=13400 \n" ); document.write( "4000x=6400 \n" ); document.write( "x=1.6 \n" ); document.write( "So the selling price was 100,000+1.6(100,000), or $260,000.. \n" ); document.write( " |