document.write( "Question 701841: The denominator of a rational number is greater than its numerator by 7. if 3 is subtracted from the numerator and 2 is added to its denominator,the new number becomes 1/5.Find the number \n" ); document.write( "
Algebra.Com's Answer #432686 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The denominator of a rational number is greater than its numerator by 7. if 3 is subtracted from the numerator and 2 is added to its denominator,the new number becomes 1/5.Find the number. \n" ); document.write( "** \n" ); document.write( "let n=numerator \n" ); document.write( "n+7=denominator \n" ); document.write( ".. \n" ); document.write( "n-3/(n+7)+2=1/5 \n" ); document.write( "n-3/n+9=1/5 \n" ); document.write( "5n-15=n+9 \n" ); document.write( "4n=24 \n" ); document.write( "n=6 \n" ); document.write( "n+7=13 \n" ); document.write( "number: 6/13 \n" ); document.write( " |