document.write( "Question 225857: If a certain number is addedto the numerator and denminator of 7/15, the result is 1/3, find the number? \n" ); document.write( "
Algebra.Com's Answer #168497 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
f a certain number is added to the numerator and denominator of 7/15, the result is 1/3, find the number?
\n" ); document.write( ":
\n" ); document.write( "let x = \"the number\"
\n" ); document.write( ":
\n" ); document.write( "\"%28x%2B7%29%2F%28x%2B15%29\" = \"1%2F3\"
\n" ); document.write( "cross multiply
\n" ); document.write( "3(x + 7) = 1(x + 15)
\n" ); document.write( "3x + 21 = x + 15
\n" ); document.write( "3x - x = 15 - 21
\n" ); document.write( "2x = -6
\n" ); document.write( "x = -3 is the certain number
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check
\n" ); document.write( "\"%28-3%2B7%29%2F%28-3%2B15%29\" = \"1%2F3\"
\n" ); document.write( "\"%284%29%2F%2812%29\" = \"1%2F3\"
\n" ); document.write( "
\n" );