document.write( "Question 3576: If w, x, y, and z are on-negative integers, each less than 3, and w(33) + x(32) + y(3) + z = 34, then w+z=
\n" );
document.write( "(A) 0
\n" );
document.write( "(B) 1
\n" );
document.write( "(C) 2
\n" );
document.write( "(D) 3
\n" );
document.write( "(E) 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #1598 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! First of all, I think you should type the given equation as \n" ); document.write( " 33 w + 32 x + 3y + z= 34,\r \n" ); document.write( "\n" ); document.write( " Since w & x are non-negative integers, \n" ); document.write( " both w and x cannot be greater than 0. \n" ); document.write( " In other words, one of w and x must be 0.\r \n" ); document.write( "\n" ); document.write( " When w =0, we have 32 x + 3 y + z = 34. \n" ); document.write( " If x = 0,then 3y+z = 34. \n" ); document.write( " But both y & z are less than 3, so 3y + z <= 3*2 + 2 = 8. \n" ); document.write( " And, we see that 3y+z = 34 is invalid and so x must be 1. \n" ); document.write( " Then we obtain 3y + z = 2. \n" ); document.write( " But, 3y+z = 2 implies y = 0 and z = 2. \n" ); document.write( " This shows w+z = 2 when w = 0.\r \n" ); document.write( "\n" ); document.write( " When x = 0, we have 33 w + 3y + z = 34. \n" ); document.write( " 0<= y,z < 3 implies w =1 and so z = 1 \n" ); document.write( " Hence, we also have w+z = 2 in this case.\r \n" ); document.write( "\n" ); document.write( " Thus, we get the answer is D. \n" ); document.write( " \n" ); document.write( " Kenny \n" ); document.write( " |