document.write( "Question 210061: together, two printers can print 7500 lines if the first printer prints for 2 minutes and the second prints for 1 minute. If the first prints for 1 minute and the second prints for 2 minute, they can print 9000 lines together. Find the number of lines per minute that each printer prints. \n" ); document.write( "
Algebra.Com's Answer #158807 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
together, two printers can print 7500 lines if the first printer prints for 2
\n" ); document.write( " minutes and the second prints for 1 minute.
\n" ); document.write( " If the first prints for 1 minute and the second prints for 2 minute, they can
\n" ); document.write( " print 9000 lines together.
\n" ); document.write( "Find the number of lines per minute that each printer prints.
\n" ); document.write( ":
\n" ); document.write( "Let x = printing rate of the 1st printer (lines/min)
\n" ); document.write( "Let y = printing rate of the 2nd printer
\n" ); document.write( ";
\n" ); document.write( "2x + 1y = 7500; (1st printer prints for 2 minutes and the 2nd prints for 1 min.)
\n" ); document.write( "1x + 2y = 9000; (1st printer prints for 1 minutes and the 2nd prints for 2 min.)
\n" ); document.write( ":
\n" ); document.write( "Use the 1st equation for substitution
\n" ); document.write( "y = (7500-2x)
\n" ); document.write( ":
\n" ); document.write( "Substitute (7500-2x) for y in the 2nd equation
\n" ); document.write( "1x + 2(7500-2x) = 9000
\n" ); document.write( "1x + 15000 - 4x = 9000
\n" ); document.write( "1x - 4x = 9000 - 15000
\n" ); document.write( "-3x = -6000
\n" ); document.write( "x = \"%28-6000%29%2F%28-3%29\"
\n" ); document.write( "x = +2000 line/min for the 1st printer
\n" ); document.write( ";
\n" ); document.write( "Find the rate of the 2nd printer
\n" ); document.write( "y = (7500 - 2(2000)
\n" ); document.write( "y = 7500 - 4000
\n" ); document.write( "y = 3500 line/min for the 2nd printer
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check solution in original 2nd equation:
\n" ); document.write( "1x + 2y = 9000
\n" ); document.write( "2000 + 2(3500) = 9000;
\n" ); document.write( "
\n" );