document.write( "Question 502966: Three is added to a number, and then the sum is multiplied by 4. The result is 16. Find the number. \n" ); document.write( "
Algebra.Com's Answer #339025 by jrb1965(16)![]() ![]() ![]() You can put this solution on YOUR website! Rewriting your problem in equation form:\r \n" ); document.write( "\n" ); document.write( "4 * (x + 3) = 16\r \n" ); document.write( "\n" ); document.write( "To get back to the original number, perform the operations in reverse\r \n" ); document.write( "\n" ); document.write( "Divide by 4\r \n" ); document.write( "\n" ); document.write( "x + 3 = 4\r \n" ); document.write( "\n" ); document.write( "Subtract 3\r \n" ); document.write( "\n" ); document.write( "x = 1 \n" ); document.write( " |