document.write( "Question 1149088: a salesperson has two job offers. company a offers a weekly salary of $180 plus commission of 6% of sales. company b offers a weekly salary of 360 plus commission of 3% of sales. what is the amount of sales at which the offers would be the same? \n" ); document.write( "
Algebra.Com's Answer #770462 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
sales=x\r
\n" ); document.write( "\n" ); document.write( "so 180+0.06x=360+0.03x
\n" ); document.write( "0.03x=180
\n" ); document.write( "x=$6000 they are equal and are both $540.
\n" ); document.write( "
\n" );