document.write( "Question 351098: we have 2 button companies, company x charges 125 setup and 0.15 per button, company y charges 75 setup and 0.40 per button. \r
\n" );
document.write( "\n" );
document.write( "I am trying to figure out Each button will sell for 2.00, revenue for selling x buttons at 2.00 each 2x. solve an equitation to find break point for buttons for each company \n" );
document.write( "
Algebra.Com's Answer #250947 by mananth(16949) You can put this solution on YOUR website! 125 + 0.15x = 2x \n" ); document.write( "125 = 2x-0.15x \n" ); document.write( "125=1.85x \n" ); document.write( "125/1.85 = 67 buttons \n" ); document.write( "... \n" ); document.write( "75+0.4x=2x \n" ); document.write( "75=2x-0.4x \n" ); document.write( "75=1.6x \n" ); document.write( "75/1.6 = x \n" ); document.write( "x=47 buttons \n" ); document.write( " |