document.write( "Question 156122This question is from textbook
\n" );
document.write( ": Toni can be paid in one of two ways:
\n" );
document.write( "Plan A: A salary of $400 per month plus a commission of 8% of gross sales;
\n" );
document.write( "Plan B: A salary of $610 per month, plus a commicion of 5% of gross sales.
\n" );
document.write( " For what amount of gross sales should Toni select plan A? \n" );
document.write( "
Algebra.Com's Answer #114982 by kdr(11)![]() ![]() ![]() You can put this solution on YOUR website! Toni wants to find out minimum amount of gross sales at which Plan A will yield more pay.\r \n" ); document.write( "\n" ); document.write( "Let S= gross sales\r \n" ); document.write( "\n" ); document.write( "400 + .08S >/= 610 + .05S\r \n" ); document.write( "\n" ); document.write( ".08S >/= 210 + .05S\r \n" ); document.write( "\n" ); document.write( ".03S >/= 210\r \n" ); document.write( "\n" ); document.write( "S >/= 210/.03\r \n" ); document.write( "\n" ); document.write( "S >/= 7000\r \n" ); document.write( "\n" ); document.write( "Toni should choose Plan A for sales equal to or greater than $7000 per month. \n" ); document.write( " |