document.write( "Question 1108247: When hired at a new job selling electronics, you are given two pay options:\r
\n" );
document.write( "\n" );
document.write( "Option A: Base salary of $14,000 a year with a commission of 10% of your sales
\n" );
document.write( "Option B: Base salary of $20,000 a year with a commission of 4% of your sales.
\n" );
document.write( "After what amount of your sales (in $) does option A produce a larger paycheck for you? \n" );
document.write( "
Algebra.Com's Answer #723319 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Option A: Salary A = 14000 + 0.1*s;\r\n" ); document.write( "\r\n" ); document.write( "Option B: Salary B = 20000 + 0.04*s,\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "where s is your sales amount.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Equilibrium: A = B, or\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "14000 + 0.1*s = 20000 + 0.04*s,\r\n" ); document.write( "\r\n" ); document.write( "0.1*s - 0.04*s = 20000 - 14000,\r\n" ); document.write( "\r\n" ); document.write( "0.06*s = 6000 ====> s =\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |