document.write( "Question 1128990: An electronics company makes two types of switches. Type A takes 3 minutes to make and requires ​$2 worth of materials. Type B takes 6 minutes to make and requires ​$6 of materials. In the latest production​ batch, it took 36 hours to make these​ switches, and the materials cost ​$1960. How many of each type of switch were​ made? \n" ); document.write( "
Algebra.Com's Answer #745523 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
An electronics company makes two types of switches.
\n" ); document.write( " Type A takes 3 minutes to make and requires ​$2 worth of materials.
\n" ); document.write( " Type B takes 6 minutes to make and requires ​$6 of materials.
\n" ); document.write( " In the latest production​ batch, it took 36 hours to make these​ switches,
\n" ); document.write( "and the materials cost ​$1960.
\n" ); document.write( " How many of each type of switch were​ made?
\n" ); document.write( ":
\n" ); document.write( "let a = no. of A switches
\n" ); document.write( "let b = no. of B
\n" ); document.write( ":
\n" ); document.write( "Time equation, change 36 hrs of 2160 min
\n" ); document.write( "3a + 6b = 2160
\n" ); document.write( "the cost equation
\n" ); document.write( "2a + 6b = 1960
\n" ); document.write( "Use elimination on these two equations
\n" ); document.write( "3a + 6b = 2160
\n" ); document.write( "2a + 6b = 1960
\n" ); document.write( "-------------------subtraction eliminates b, find a
\n" ); document.write( "a + 0 = 200
\n" ); document.write( "a = 200 A type switches made
\n" ); document.write( "Find b using the 2nd equation
\n" ); document.write( "2(200) + 6b = 1960
\n" ); document.write( "6b = 1960 - 400
\n" ); document.write( "6b = 1560
\n" ); document.write( "b = 1560/6
\n" ); document.write( "b = 260 B type switches made
\n" ); document.write( ":
\n" ); document.write( ";
\n" ); document.write( "Check solutions in the 1st equation
\n" ); document.write( "3(200) + 6(260) =
\n" ); document.write( "600 + 1560 = 2160
\n" ); document.write( "
\n" );