document.write( "Question 1166103: You are offered two different furniture sales jobs. The Furniture Barn offers you a job that pays straight commission of 6% of the sales. The Furniture Warehouse offers you a job that pays a salary of $200 per week plus 3% of the sales. How much would you have to sell in a week in order for the job at The Furniture Barn to pay as well as the job at The Furniture Warehouse? Round the answer to the nearest cent.\r
\n" );
document.write( "\n" );
document.write( "The Furniture Barn pays the same as The Furniture Warehouse if my sales are
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #790593 by Boreal(15235) You can put this solution on YOUR website! FB is 0.06x where x is sales \n" ); document.write( "FW=200+0.03x \n" ); document.write( "set them equal \n" ); document.write( "200+0.03x=0.06x \n" ); document.write( "0.03x=200 \n" ); document.write( "x=$6666.67 a week to equal \n" ); document.write( " |