document.write( "Question 288255: Okay, here goes another easy one that I can't solve:
\n" );
document.write( "Printer A can print a report in 3 hours.
\n" );
document.write( "Printer B can print a report in 4 hours.
\n" );
document.write( "How long would it take for both printers, working together, to print the report?\r
\n" );
document.write( "\n" );
document.write( "I've used several different formulas and can answer the practice questions correctly, but I'm not sure HOW I'm answering them correctly, because I don't understand why I'm using this formula.\r
\n" );
document.write( "\n" );
document.write( "Last attempt I used:\r
\n" );
document.write( "\n" );
document.write( "t over 4 plus t over 3 = 1 report
\n" );
document.write( "t over 4 multiplied by 3 = 3t over 12
\n" );
document.write( "t over 3 multiplied by 4 = 4t over 12
\n" );
document.write( "3t plus 4t over 12 = 7t over 12
\n" );
document.write( "so, 7t over 12 = 1 report.
\n" );
document.write( "I multiply each side by 12 (this is where I start to wonder what I'm doing...)
\n" );
document.write( "So I have 84t over 12 = 12 or I have 7t = 12,
\n" );
document.write( "which results in:
\n" );
document.write( "t = 1 and 5 over 7.
\n" );
document.write( "Can this possibly be right?
\n" );
document.write( "If so, why did I multiply each side by 12 or was I supposed to divide before dividing again?
\n" );
document.write( "I understand the problem in the book, but it uses 3 and 6 and I've tried several different ways,
\n" );
document.write( "but they all come up with the correct answer of \"2\", so I don't know which formula is correct or why I keep getting the right answer even though I don't know what I'm doing.
\n" );
document.write( "Any help or explanation is greatly appreciated, thank you! \n" );
document.write( "
Algebra.Com's Answer #208935 by amnd(23)![]() ![]() You can put this solution on YOUR website! I don't see what you're doing wrong. I got the same answer (12/7, or 1 and 5/7) through a similar method: \n" ); document.write( ". \n" ); document.write( "Rate of A: 1/3 \n" ); document.write( "Rate of B: 1/4 \n" ); document.write( "Time working together: x \n" ); document.write( ". \n" ); document.write( "The equation would then be: \n" ); document.write( "x/3 + x/4 = 1 \n" ); document.write( "(4x + 3x)/12=1 \n" ); document.write( "7x=12 \n" ); document.write( "x=12/7 \n" ); document.write( ". \n" ); document.write( "You multiplied both sides to get rid of the divisor (12), I assume... Although I think an easier way would've been to simply move 12 to the expression on the right of the equation, turning the divisor into a multiplier (as I have done). \n" ); document.write( ". \n" ); document.write( "You might want to consider the possibility of the book rounding up the answer to the nearest hour (which is indeed \"2\"). Hope this helps. \n" ); document.write( " |