document.write( "Question 1185984: A company manufactures both mountain bikes and trail bikes. The cost of materials for a mountain bike is $70, and the cost of materials for a trail bike is $40. The cost of labor to manufacture a mountain bike is $90, and the cost of labor to manufacture a trail bike is $40. During a week in which the company has budgeted $2,750 for materials and $3,250 for labor, how many mountain bikes does the company plan to manufacture? \n" ); document.write( "
Algebra.Com's Answer #816845 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A company manufactures both mountain bikes and trail bikes. \n" ); document.write( "let m = no. of mountain bikes \n" ); document.write( "let t = no. of trail bikes \n" ); document.write( ": \n" ); document.write( " The cost of materials for a mountain bike is $70, and the cost of materials for a trail bike is $40 \n" ); document.write( " The cost of labor to manufacture a mountain bike is $90, and the cost of labor to manufacture a trail bike is $40. \n" ); document.write( " During a week in which the company has budgeted $2,750 for materials and $3,250 for labor, how many mountain bikes does the company plan to manufacture? \n" ); document.write( ": \n" ); document.write( "write the material eq and the labor eq, simplify each \n" ); document.write( "70m + 40t = 2750 \n" ); document.write( "7m + 4t = 275 \n" ); document.write( "and \n" ); document.write( "90m + 40t = 3250 \n" ); document.write( "9m + 4t = 325 \n" ); document.write( ": \n" ); document.write( "Use elimination with these two simplified equations \n" ); document.write( "9m + 4t = 325 \n" ); document.write( "7m + 4t = 275 \n" ); document.write( "----------------Subtraction eliminates t, find m \n" ); document.write( "2m + 0 = 50 \n" ); document.write( "m = 50/2 \n" ); document.write( "m = 25 mountain bikes \n" ); document.write( ": \n" ); document.write( "find t \n" ); document.write( "7(25) + 4t = 275 \n" ); document.write( "175 + 4t = 275 \n" ); document.write( "4t = 275 - 175 \n" ); document.write( "4t = 100 \n" ); document.write( "t = 100/4 \n" ); document.write( "t = 25 trail bikes \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "See if that checks out using the material eq \n" ); document.write( "70(25) = 1750 \n" ); document.write( "40(25) = 1000 \n" ); document.write( "------------------ total mat cost \n" ); document.write( "adds up to 2750 \n" ); document.write( " \n" ); document.write( " |