document.write( "Question 639174:  Hey Im stumped on an alg 2 story problem;\r
\n" );
document.write( "\n" );
document.write( "        A salesperson at a car dealership has a base salary of $25,000 per year and earns a 5% commission on total sales.   How much must the salesperson sell to earn $50,000 in one year?\r
\n" );
document.write( "\n" );
document.write( "    I don't understand what the 5% is \"of.\" like 12 is 50% OF 24. But there is no number to base that 5% off of. \n" );
document.write( "
| Algebra.Com's Answer #402650 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! A salesperson at a car dealership has a base salary of $25,000 per year and \n" ); document.write( " earns a 5% commission on total sales. \n" ); document.write( " How much must the salesperson sell to earn $50,000 in one year? \n" ); document.write( ": \n" ); document.write( "Let a = amt that he has to sell to make 50k \n" ); document.write( ": \n" ); document.write( "Commis + base = 50k \n" ); document.write( ".05a + 25000 = 50000 \n" ); document.write( ".05a = 50000 - 25000 \n" ); document.write( ".05a = 25000 \n" ); document.write( "a = 25000/.05 \n" ); document.write( "a = $500,000 he has to sell to make a total of 50k \n" ); document.write( " |