document.write( "Question 375993: The denominator of a fraction is five more than the numerator. When 4 is subtracted from the numerator and 3 is added to the denominator, the resulting fraction is equal to 1/5. Find the original fraction. \n" ); document.write( "
Algebra.Com's Answer #267432 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Let n/d be the fraction. Then by the given, d = n + 5, and \n" ); document.write( " \n" ); document.write( "5(n - 4) = n + 8, or \n" ); document.write( "5n - 20 = n + 8, or \n" ); document.write( "4n = 28, or \n" ); document.write( "n = 7, and d = 12. The original fraction is 7/12. \n" ); document.write( " |