document.write( "Question 939369:  I add 9 to a certain number and divide the sum by 16. If my final answer is 1 what is the number
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #572362 by srinivas.g(540)     You can put this solution on YOUR website! let x be the number \n" ); document.write( "9 is added to that number \n" ); document.write( " it becomes 9+x \n" ); document.write( "on dividing the sum by 16, it becomes finally 1 \n" ); document.write( " \n" ); document.write( " multiply with 16 on both sides \n" ); document.write( " \n" ); document.write( " 9+x= 16 \n" ); document.write( " subtract 9 on both sides \n" ); document.write( " 9+x-9 = 16-9 \n" ); document.write( " x = 7 \n" ); document.write( "Result : number we are looking for is 7 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |