document.write( "Question 99979: Five times the sum of a number and 3 is the same as 3 multiplied by 1 less than twice the number. What is the number? \n" ); document.write( "
Algebra.Com's Answer #72875 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Five times the sum of a number and 3 is the same as 3 multiplied by 1 less than twice the number. What is the number? \n" ); document.write( "------------------------------ \n" ); document.write( "Let the number be \"x\". \n" ); document.write( "EQUATION: \n" ); document.write( "5(x+3) = 3(2x-1) \n" ); document.write( "5x+15 = 6x-6 \n" ); document.write( "x = 21 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |