document.write( "Question 833192: if the numerator of a certain fraction is increased by 6 and its denominator is decreased by 5, the resulting fraction is equal to 3/4.
\n" );
document.write( " If the reciprocal of the original fraction is decreased by 1 the resulting fraction is 16/9. find the original fraction. \n" );
document.write( "
Algebra.Com's Answer #502409 by richwmiller(17219) You can put this solution on YOUR website! (n+6)/(d-5)=3/4, \n" ); document.write( "(d)/(n)-1=16/9 \n" ); document.write( "d = 25, n = 9 \n" ); document.write( "check \n" ); document.write( "9+6/25-5=15/20=3/4 \n" ); document.write( "25/9-9/9=16/9 \n" ); document.write( "ok \n" ); document.write( " |