document.write( "Question 37162: a/b is a fraction. If 2 is added to the numerator, the value of the fraction is 1/2. I f 3 is added to the denominator, the fraction has a value of 1/3. What is the value of the sum a+b?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #22846 by wuwei96815(245) ![]() You can put this solution on YOUR website! This problem can be solved by substitution because you have two unknowns and two equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve the first equation for b: \n" ); document.write( "a+2/b = 1/2 \n" ); document.write( "2a+4 = b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute the found value for b into the second equation: \n" ); document.write( "a/b+3 = 1/3 \n" ); document.write( "a/2a+4+3 = 1/3 \n" ); document.write( "3a = 2a + 7 \n" ); document.write( "a = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now substitute the found value for a into the first equation: \n" ); document.write( "2a+4 = b \n" ); document.write( "2(7)+4 = b \n" ); document.write( "18 = b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a+b = 7+18 = 25 \n" ); document.write( " |