document.write( "Question 1011670: The sum of the numerator and the denominator of a fraction is 20. If the numerator is increased by 3 and the denominator is decreased by 2, the value of the resulting fraction is 3/4. Find the original fraction. \n" ); document.write( "
Algebra.Com's Answer #627395 by Boreal(15235) You can put this solution on YOUR website! x=numerator \n" ); document.write( "20-x=denominator \n" ); document.write( "(x+3)/(20-x-2)=3/4 \n" ); document.write( "cross multiply \n" ); document.write( "4(x+3)=3(18-x) \n" ); document.write( "distribute \n" ); document.write( "4x+12=54-3x \n" ); document.write( "7x=42 \n" ); document.write( "x=6 \n" ); document.write( "The fraction is 6/14 \n" ); document.write( "9/12=3/4 \n" ); document.write( " |