document.write( "Question 370764: Here is a word problem didn't know if i set it up right and solved it right
\n" );
document.write( "Three is added to a number and then the sum is multiplied by four, the result is 16
\n" );
document.write( "I got (n+3)4=16
\n" );
document.write( "n=3.25
\n" );
document.write( "Is this correct because it doesn't work out when you replace it with n
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #264273 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Your equation is correct: \n" ); document.write( "(n+3)4=16 \n" ); document.write( ". \n" ); document.write( "To solve for n, we start by dividing both sides by 4: \n" ); document.write( "[(n+3)4]/4 = 16/4 \n" ); document.write( "(n+3) = 4 \n" ); document.write( "n+3 = 4 \n" ); document.write( "subtracting 3 from both sides: \n" ); document.write( "n = 1 \n" ); document.write( " \n" ); document.write( " |