document.write( "Question 722212: In a fraction, the numerator is 3 less than the denominator. If 1 is added to both the numerator and denominator, the value of the resulting fraction is 5/6. Find the original fraction. \n" ); document.write( "
Algebra.Com's Answer #442678 by DrBeeee(684)\"\" \"About 
You can put this solution on YOUR website!
Let d = the original denominator of the fraction
\n" ); document.write( "Then following the steps in the problem we get
\n" ); document.write( "(1) (d-3)/d becomes
\n" ); document.write( "(2) [(d-3)+1]/(d+1) = 5/6 or
\n" ); document.write( "(3) (d-2)/(d+1) = 5/6, and by cross multiplying we get
\n" ); document.write( "(4) 6*(d-2) = 5*(d+1) or
\n" ); document.write( "(5) 6d - 12 = 5d + 5 or
\n" ); document.write( "(6) d = 17
\n" ); document.write( "Check d using (2)
\n" ); document.write( "Is ([17-3+1]/(17+1) = 5/6)?
\n" ); document.write( "Is (15/18 = 5/6)?
\n" ); document.write( "Is (5/6 = 5/6)? Yes
\n" ); document.write( "Therefore the original numerator is three less than d or 14.
\n" ); document.write( "Answer: The original fraction is 14/17
\n" ); document.write( "
\n" );