document.write( "Question 17597: Please help me solve these 2 problems:\r
\n" );
document.write( "\n" );
document.write( "8 times the difference of a number and 3 is 16.\r
\n" );
document.write( "\n" );
document.write( "Solve 3xyz-2xy+3xz-4x+5y for x=-3, y=-3, and z=-4. \n" );
document.write( "
Algebra.Com's Answer #8494 by xcentaur(357)  You can put this solution on YOUR website! Let the number be x \n" );
document.write( "8(x-3)=16 \n" );
document.write( "8x-24=16 \n" );
document.write( "8x=40 \n" );
document.write( "x=5 \n" );
document.write( " \n" );
document.write( "3xyz-2xy+3xz-4x+5y for x=-3, y=-3, and z=-4 \n" );
document.write( "
\n" );
document.write( "3(-3)yz-2(-3)y+3(-3)z-4(-3)+5y [Substituting x] \n" );
document.write( "-9yz+6y-9z+12+5y \n" );
document.write( "-9(-3)z+6(-3)-9z+12+5(-3) [Substituting y] \n" );
document.write( "27z-18-9z+12-15 \n" );
document.write( "27z-9z-6+15 \n" );
document.write( "18z+9 \n" );
document.write( "18(-4)+9 [substituting z] \n" );
document.write( "-72+9 \n" );
document.write( "-63 \n" );
document.write( "
\n" );
document.write( "Hope this helps, \n" );
document.write( "Prabhat \n" );
document.write( " |
\n" );