document.write( "Question 41169: Three times a number, decreased by 8 is the same as twice the number, increased by 15?Find the number. \n" ); document.write( "
Algebra.Com's Answer #26575 by zeynep(43)![]() ![]() ![]() You can put this solution on YOUR website! Let's convert this word prolem into a mathematical expression:\r \n" ); document.write( "\n" ); document.write( "Let the number be x.\r \n" ); document.write( "\n" ); document.write( "Three times x is 3x. \n" ); document.write( "If we decrease 3x by 8, it is 3x-8.\r \n" ); document.write( "\n" ); document.write( "3x-8 is the same as twice the number, which is 2x, increased by 15, which is 2x+15.\r \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( "3x-8 = 2x+15 \n" ); document.write( "To solve the equation, move 2x to the left of the equation and -8 to the right of the equation.\r \n" ); document.write( "\n" ); document.write( "3x-2x = 8+15 \n" ); document.write( "x = 23 \n" ); document.write( "The number is 23. \n" ); document.write( " |