document.write( "Question 149779: Tammy wants to complete a jigsaw puzzle. On the first day, she manages to fit 20% of the puzzle. On the second day, she fits another 60 pieces of the puzzle. As a result, the ratio of the number of fitted pieces to the number of unfitted pieces becomes 2:5. How many pieces does the jigsaw puzzle consist?\r
\n" );
document.write( "\n" );
document.write( "Rmks: Pls try not to use algebra. \n" );
document.write( "
Algebra.Com's Answer #109910 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Let x = number of pieces in the puzzle \n" ); document.write( ".20x + 60 = pieces fitted on second day \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "From: \"the ratio of the number of fitted pieces to the number of unfitted pieces becomes 2:5\" we have: \n" ); document.write( "(.20x + 60)/(x-(.20x + 60)) = 2/5 \n" ); document.write( "(.20x + 60)/(x-.20x - 60) = 2/5 \n" ); document.write( "(.20x + 60)/(.80x - 60) = 2/5 \n" ); document.write( "5(.20x + 60) = 2(.80x - 60) \n" ); document.write( "x + 300 = 1.6x - 120 \n" ); document.write( "420 = .6x \n" ); document.write( "700 = x\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |