document.write( "Question 166953This question is from textbook
\n" );
document.write( ": I am thinking of a number that, when you multiply it by 9, it is the same as adding 8 to 7 times the number. What is the number? \n" );
document.write( "
Algebra.Com's Answer #122975 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! I am thinking of a number that, when you multiply it by 9, it is the same as adding 8 to 7 times the number. What is the number? \n" ); document.write( ". \n" ); document.write( "Let x = the number \n" ); document.write( ". \n" ); document.write( "9x = 7x + 8 \n" ); document.write( "2x = 8 \n" ); document.write( "x = 4 \n" ); document.write( ". \n" ); document.write( "The number is 4 \n" ); document.write( " |