document.write( "Question 1033308: The numerator of a certain fraction is 2 more than the denominator. If 3/5 is added to the fraction, the result is 2. Find the fraction. \n" ); document.write( "
Algebra.Com's Answer #647898 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the denominator x. The we can write \n" ); document.write( " \n" ); document.write( "Now multiply everything by 5x and solve for x... \n" ); document.write( "5(x+2) + 3x = 10x \n" ); document.write( "5x + 10 + 3x = 10x \n" ); document.write( "8x + 10 = 10x \n" ); document.write( "2x = 10 \n" ); document.write( "x = 5 \n" ); document.write( "x+2 = 7 \n" ); document.write( "So the original fraction is 7/5. \n" ); document.write( " |