document.write( "Question 997821: How would I evaluate the following
\n" );
document.write( "3x+2y-4 if x=2 and y=5 \n" );
document.write( "
Algebra.Com's Answer #615757 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! 3x+2y-4 = \n" ); document.write( "3(2) + 2(5) - 4 = \n" ); document.write( "6 + 10 - 4 = \n" ); document.write( "16 - 4 = \n" ); document.write( "12 \n" ); document.write( " |