document.write( "Question 419916: if the sum of a number and 9 is multiplied by 6, the result is the same as 7 times the number decreased by four, what is the number? \n" ); document.write( "
| Algebra.Com's Answer #293533 by stanbon(75887)      You can put this solution on YOUR website! if the sum of a number and 9 is multiplied by 6, the result is the same as 7 times the number decreased by four, what is the number? \n" ); document.write( "--- \n" ); document.write( "Let the number be \"x\": \n" ); document.write( "Equation: \n" ); document.write( "6(x+9) = 7(x-4) \n" ); document.write( "6x+54 = 7x-28 \n" ); document.write( "x = 82 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |