document.write( "Question 696879: When 1 is added to the denominator of a fraction, the fraction becomes 1/5 but when 1 is subtracted from its numerator, it becomes 1/7.Find the fraction \n" ); document.write( "
Algebra.Com's Answer #429456 by mathbird(71) ![]() You can put this solution on YOUR website! let the fraction be x/y \n" ); document.write( "1 is added to the denominator of the fraction \n" ); document.write( "x/(y+1)=1/5(cross multiply) \n" ); document.write( "5x=y+1 \n" ); document.write( "5x-y=1------->(eq1) \n" ); document.write( "now,when 1 is subtracted from its numerator \n" ); document.write( "(x-1)/y=1/7 (cross multiply) \n" ); document.write( "7x-7=y \n" ); document.write( "7x-y=7---->(eq2) \n" ); document.write( "Subtracting eq 2 from 1 \n" ); document.write( "-2x=-6 \n" ); document.write( "X=3 \n" ); document.write( "Put value of x in eq 1 \n" ); document.write( "5x-y=1 \n" ); document.write( "5*3-y=1 \n" ); document.write( "15-y=1 \n" ); document.write( "-y=1-15 \n" ); document.write( "-y=-14 \n" ); document.write( "y=14 \n" ); document.write( "ans can be checked by substituting values of x and y in any equation either 1 or 2 \n" ); document.write( " |