document.write( "Question 258218: three times a number increased by twenty \n" ); document.write( "
Algebra.Com's Answer #190101 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "three times a number increased by twenty\r\n" );
document.write( "\r\n" );
document.write( "Write three as 3, and twenty as 20\r\n" );
document.write( "\r\n" );
document.write( "    3 times a number increased by 20\r\n" );
document.write( "\r\n" );
document.write( "Write N instead of \"a number\"\r\n" );
document.write( "\r\n" );
document.write( "      3 times N increased by 20\r\n" );
document.write( "\r\n" );
document.write( "Write 3N instead of \"3 times N\"\r\n" );
document.write( "\r\n" );
document.write( "            3N increased by 20\r\n" );
document.write( "\r\n" );
document.write( "To increase by 20 is to add 20, and to add 20 we write + 20\r\n" );
document.write( "So write \"+ 20\" insteda of \"increased by 20\"\r\n" );
document.write( "\r\n" );
document.write( "             3N + 20\r\n" );
document.write( "\r\n" );
document.write( "That's it!\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );