document.write( "Question 26360: Find the integral values of x, y, and z that satisfy all of the following equations:
\n" );
document.write( "z^x = y^2x
\n" );
document.write( "2^z = (2)(4^x)
\n" );
document.write( "x+y+z=16\r
\n" );
document.write( "\n" );
document.write( "I'd appreciate the help!
\n" );
document.write( "P.S. Thanks to longjonsilver(1462)for recognizing the problem's mistake. \n" );
document.write( "
Algebra.Com's Answer #14330 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! z^x=(y^2)^x implies that z=y^2 or y=sqrt(z) \n" ); document.write( "2^z=2^(3x) implies that z=3x \n" ); document.write( "Therefore y=sqrt(3x) \n" ); document.write( "But x+y+z=16 \n" ); document.write( "So, x+sqrt(3x)+3x=16 \n" ); document.write( "This can be solved for \"x\". \n" ); document.write( "Using that you can find values for y and z. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |