document.write( "Question 4797: I am not sure what this word problem is asking, it needs to be solved using systems of linear equations.\r
\n" );
document.write( "\n" );
document.write( "A manufacturer produces two modles of mountain bicycles.The times(in hours) required for assembling and painting are: Model A Model B
\n" );
document.write( " Assembling 5 4
\n" );
document.write( " Painting 2 3
\n" );
document.write( "The maximum total weekly hours available in the assembly department and the paint department are 200 hours and 108 hours, respectivley. The profits per unit are $25 for model A and $15 for model B. How many of each type should be produced to maximize profit? \n" );
document.write( "
Algebra.Com's Answer #2326 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! We can assume that maximum profits in this case will occur when there is no unused time in either department.\r \n" ); document.write( "\n" ); document.write( "The assembly department has 200 hours available \n" ); document.write( "and the paint department has 108 hours available\r \n" ); document.write( "\n" ); document.write( "Let A = the number of Model A bicycles built \n" ); document.write( "Let B = the number of Model B bicycles built\r \n" ); document.write( "\n" ); document.write( "Assembly time: \n" ); document.write( "5A+4B=200 \n" ); document.write( "Paint time: \n" ); document.write( "2A+3B=108\r \n" ); document.write( "\n" ); document.write( "We have two equations: \n" ); document.write( "5A+4B=200 = \n" ); document.write( "2A+3B=108 = \r \n" ); document.write( "\n" ); document.write( "Multiply the first equation by -2 and the second by 5 to eliminate: \r \n" ); document.write( "\n" ); document.write( "-10A+ -8B= -400 \n" ); document.write( " 10A+ 15B= 540 \r \n" ); document.write( "\n" ); document.write( "Add them: \n" ); document.write( "7B=140\r \n" ); document.write( "\n" ); document.write( "Divide both sides by 7 \n" ); document.write( "B=20\r \n" ); document.write( "\n" ); document.write( "Substitute back into the original equation:\r \n" ); document.write( "\n" ); document.write( "2A+3(20)=108 \n" ); document.write( "2A+60=108 \n" ); document.write( "2A=48 \n" ); document.write( "A=24 \n" ); document.write( " |