document.write( "Question 20538: I need to solve the following:\r
\n" );
document.write( "\n" );
document.write( "Write 8 expressions that have different results when they are evaluated. You must use all three numbers in each expression and each number can only be used once.\r
\n" );
document.write( "\n" );
document.write( "Thanks,
\n" );
document.write( "Teri \n" );
document.write( "
Algebra.Com's Answer #9889 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! the problem is not very explicit..what are the 3 numbers ?..let us take them as 2,3,4.so let us write 8 different expressions using these 3 numbers using each number once only in each expression which give different answers... \n" ); document.write( "1.....2+3+4=9 \n" ); document.write( "2.....2+3-4=1 \n" ); document.write( "3........2-3-4=-5 \n" ); document.write( "4.........2*3*4=24 \n" ); document.write( "5........2*(3+4)=14 \n" ); document.write( "6...........2*(3-4)=-2 \n" ); document.write( "7..........2*(4-3)=2 \n" ); document.write( "8.......3*4/2=6 \n" ); document.write( " \n" ); document.write( " |