document.write( "Question 206202: Your company produces two models of bicycles: Model A and Model B. Model A takes 2 hours to assemble, where Model B takes 3 hours to assemble. Model A costs $25 to make per bike where Model B costs $30 to make per bike. If your company has a total of 34 hours and $350 available per day for these two models, how many of each model can be made in a day?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #155752 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Your company produces two models of bicycles: Model A and Model B. Model A takes 2 hours to assemble, where Model B takes 3 hours to assemble. Model A costs $25 to make per bike where Model B costs $30 to make per bike. If your company has a total of 34 hours and $350 available per day for these two models, how many of each model can be made in a day? \n" ); document.write( "------------------ \n" ); document.write( "Time: 2A + 3B = 34 \n" ); document.write( "Cost:25A +30B = 350 \n" ); document.write( "----------------------- \n" ); document.write( "Solve the system to get: \n" ); document.write( "A = 2 (# of Model A bikes) \n" ); document.write( "B = 10 (# of Model B bikes) \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |