document.write( "Question 329820: Model A takes 2hours to assemble and cost $25 per bike, to make.
\n" );
document.write( "Model B takes 3hours to assemble and cost $30 per bike, to make.
\n" );
document.write( "A company has a total of 34 hours and $350 per day to make models.
\n" );
document.write( "How many of each model can be made in a day? Solve equation using the substitution method or the elimination method \n" );
document.write( "
Algebra.Com's Answer #236404 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Model A = x numbers \n" ); document.write( "Model B = y numbers \n" ); document.write( "cost equation \n" ); document.write( "25x+30y=350.............1 \n" ); document.write( "time equation \n" ); document.write( "2x+3y=34............2\r \n" ); document.write( "\n" ); document.write( "multiply equation 2 by -10 and add to equation 1 \n" ); document.write( "-20x-30y+25x+30y=-340+350 \n" ); document.write( "5x=10 \n" ); document.write( "x= 2 Model A \n" ); document.write( ".. \n" ); document.write( "2*2+3y=34 \n" ); document.write( "4+3y=34 \n" ); document.write( "3y=34-4 \n" ); document.write( "3y=30 \n" ); document.write( "y=10 Model B \n" ); document.write( " |