document.write( "Question 1063281: The sum of the numerator and denominator of a fraction is 4 more than twice the numerator. If the numerator and denominator are increased by 3, they are in the ratio 2:3. Determine the fraction.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #678397 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the numerator and denominator of a fraction is 4 more than twice the numerator. If the numerator and denominator are increased by 3, they are in the ratio 2:3. Determine the fraction. \n" ); document.write( "----- \n" ); document.write( "Let the fraction be a/b \n" ); document.write( "---- \n" ); document.write( "Equations:: \n" ); document.write( "a + b = 2a + 4 \n" ); document.write( "(a+3)/(b+3) = 2/3 \n" ); document.write( "-------------------------- \n" ); document.write( "Modify:: \n" ); document.write( "a = b-4 \n" ); document.write( "--------- \n" ); document.write( "Substitute for \"a\" and solve for \"b\":: \n" ); document.write( "(b-4+3)/(b+3) = 2/3 \n" ); document.write( "------- \n" ); document.write( "3b-3 = 2b+6 \n" ); document.write( "b = 9 \n" ); document.write( "---- \n" ); document.write( "Solve for \"a\": \n" ); document.write( "a = b-4 \n" ); document.write( "a = 5 \n" ); document.write( "------------ \n" ); document.write( "Ans: a/b = 5/9 \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |