document.write( "Question 775147: A local salesman receives a base salary of $1000 monthly. He also receives a commission of 9% on all sales over $1900. How much would he have to sell in a month if he needed to have a monthly income of $3000? \r
\n" );
document.write( "\n" );
document.write( "Hi my name is Joseph, I have been trying to figure out this problem for a while now, but I am not sure what formula would be best to use here. In fact, I don't even have any formulas to choose from! Thank you for any help you can give me! \r
\n" );
document.write( "\n" );
document.write( "- Joseph \n" );
document.write( "
Algebra.Com's Answer #472711 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A local salesman receives a base salary of $1000 monthly. \n" ); document.write( " He also receives a commission of 9% on all sales over $1900. \n" ); document.write( " How much would he have to sell in a month if he needed to have a monthly income of $3000? \n" ); document.write( ": \n" ); document.write( "Let x = amt required to sell for an income or 3000 \n" ); document.write( ".09(x-1900) + 1000 = 3000 \n" ); document.write( ".09x - 171 + 1000 = 3000 \n" ); document.write( ".09x + 829 = 3000 \n" ); document.write( ".09x = 3000 - 829 \n" ); document.write( ".09x = 2171 \n" ); document.write( "x = 2171/.09 \n" ); document.write( "x = $24,122.22 sales for a $3000 income \n" ); document.write( " |