document.write( "Question 241958: If x * y = x + 2y find all values of z such that (z * z)*z = 35 \n" ); document.write( "
Algebra.Com's Answer #804878 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! (z * z) * z = 35 \n" ); document.write( "(z + 2z) * z = 35 \n" ); document.write( "3z * z = 35 \n" ); document.write( "3z + 2z = 35 \n" ); document.write( "5z = 35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = 7 \n" ); document.write( " |