document.write( "Question 323550: Stan can be paid in one of two ways
\n" ); document.write( "Plan A - $900 per month plus a 10% commission on all sales
\n" ); document.write( "or
\n" ); document.write( "Plan B - $1200 per month plus a 15% commission on all sales over $8000\r
\n" ); document.write( "\n" ); document.write( "If we assume that Stan always sells more than $8000, when is plan B better?\r
\n" ); document.write( "\n" ); document.write( "The book says for values > $18,000.....but I don't get it....
\n" ); document.write( "

Algebra.Com's Answer #231578 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
There is a linear relation in both plans between
\n" ); document.write( "Earnings/month = (flat wages)/month + (commission earned/month)
\n" ); document.write( "given:
\n" ); document.write( "plan A:
\n" ); document.write( "\"E+=+900+%2B+.1s\"
\n" ); document.write( "plan B:
\n" ); document.write( "\"E+=+1200+%2B+.15%2A%28s+-+8000%29\"
\n" ); document.write( "The 2nd term doesn't come into play until \"s+%3E+8000\", otherwise
\n" ); document.write( "Stan would be penalized if sales were less than $8000
\n" ); document.write( "The question is: when is \"E\" the same under both plans?
\n" ); document.write( "\"900+%2B+.1s+=+1200+%2B+.15%2A%28s+-+8000%29\"
\n" ); document.write( "\"900+%2B+.1s+=+1200+%2B+.15s+-+1200\"
\n" ); document.write( "\".05s+=+900\"
\n" ); document.write( "\"s+=+18000\"
\n" ); document.write( "When sales are over $1800, plan B is better
\n" ); document.write( "I can plot these plans with \"E\" = vertical axis in thousands of dollars
\n" ); document.write( "and \"s\" = horizontal in thousands of dollars
\n" ); document.write( "\"+graph%28+500%2C+500%2C+-1%2C+25%2C+-1%2C+4%2C+.9+%2B+.1x%2C++.15x++%29+\"
\n" ); document.write( "
\n" );