document.write( "Question 926557: If a certain number is added to both the numerator
\n" );
document.write( "and denominator of the fraction 7
\n" );
document.write( "_
\n" );
document.write( "9
\n" );
document.write( ", the result is 5
\n" );
document.write( "_
\n" );
document.write( "7
\n" );
document.write( ".
\n" );
document.write( "Find the number. \n" );
document.write( "
Algebra.Com's Answer #566619 by ptfile(81)![]() ![]() You can put this solution on YOUR website! Let x = the number added to numerator and denominator\r \n" ); document.write( "\n" ); document.write( "If a certain number is added to both the numerator \n" ); document.write( "and denominator of the fraction 7/9, the result is 5/7.\r \n" ); document.write( "\n" ); document.write( "(x+7)/(x+9) = 5/7 \n" ); document.write( " 7(x+7) = 5(x+9) \n" ); document.write( " 7x+49 = 5x+45 \n" ); document.write( " 2x = -4 \n" ); document.write( " x = -2\r \n" ); document.write( "\n" ); document.write( "The number is -2.\r \n" ); document.write( "\n" ); document.write( "Check \n" ); document.write( "(-2+7)/(-2+9)= 5/7 \n" ); document.write( " 5/7 = 5/7 \n" ); document.write( " |