document.write( "Question 903704: Four times a number added to 8 gives 20.What is the number?
\n" );
document.write( "a.3
\n" );
document.write( "b.6
\n" );
document.write( "c.9
\n" );
document.write( "d.12
\n" );
document.write( "e.15 \n" );
document.write( "
Algebra.Com's Answer #548229 by ewatrrr(24785) You can put this solution on YOUR website! 4n + 8 = 20 \n" ); document.write( "4n = 12 \n" ); document.write( "n = 3 \n" ); document.write( " |