document.write( "Question 431752: twelve less than a number is the same as 5 times the number, increased by 4. i have to translate that and also find the number but the answer is 4 (thats the number) but i still cant figure out how to translate it, i have tried- 12-1n = 5n+4 or 1n-12=5n+4 and i still didnt get 4 as n.
\n" );
document.write( "thank you for your help \n" );
document.write( "
Algebra.Com's Answer #299541 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number be n \n" ); document.write( "n-12 = 5n +4\r \n" ); document.write( "\n" ); document.write( "add -n to both sides \n" ); document.write( "-12= 5n-n +4 \n" ); document.write( "-12=4n+4 \n" ); document.write( "add -4 to both sides \n" ); document.write( "-12-4=4n \n" ); document.write( "4n=-16 \n" ); document.write( "n=-4 \n" ); document.write( " |