document.write( "Question 897927: Evaluate the expression for x=5 and y=5
\n" );
document.write( "3x-2y
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #544452 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Everywhere you see an 'x', replace it with 5. This is because x = 5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Everywhere you see an 'y', replace it with 5. This is because y = 5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x - 2y = 3*5 - 2*5 = 15 - 10 = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, 3x - 2y = 5 when x = 5, y = 5. \n" ); document.write( " |