document.write( "Question 1016230: If a number is added to the numerator of
\n" );
document.write( "7/9 and the same number is subtracted from the denominator, the result is 3. Find the number. \n" );
document.write( "
Algebra.Com's Answer #632657 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number x...then we can write \n" ); document.write( " \n" ); document.write( "Now cross-multiply and solve \n" ); document.write( "7 + x = 27 - 3x \n" ); document.write( "4x = 20 \n" ); document.write( "x = 5 \n" ); document.write( " |