document.write( "Question 1021740: A bicycle store cost $3600 per month to operate. The store pays an average of $70 per bike. The average selling price of each bike is $130. How many bikes must the store sell to break even?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637464 by addingup(3677) You can put this solution on YOUR website! 3600+70x = 130x Let's flip it around, it will look nicer: \n" ); document.write( "130x = 3600+70x Subtract 70x on both sides: \n" ); document.write( "60x = 3600 Divide both sides by 60: \n" ); document.write( "x = 60 bikes to break even \n" ); document.write( "J \n" ); document.write( " |