document.write( "Question 348135: if xyz=4 and y^2z=5, what is the value of x/y? \n" ); document.write( "
Algebra.Com's Answer #248929 by ovie27(16)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "xyz=4 and y^2z=5\r \n" ); document.write( "\n" ); document.write( "So, we can solve for z from the second equation:\r \n" ); document.write( "\n" ); document.write( "z = 5/y^2\r \n" ); document.write( "\n" ); document.write( "and we can plug this into the first one:\r \n" ); document.write( "\n" ); document.write( "xy(5/y^2)=4\r \n" ); document.write( "\n" ); document.write( "Cross out the y:\r \n" ); document.write( "\n" ); document.write( "x5/y = 4\r \n" ); document.write( "\n" ); document.write( "5x = 4y\r \n" ); document.write( "\n" ); document.write( "x = 4y/5\r \n" ); document.write( "\n" ); document.write( "divide by y:\r \n" ); document.write( "\n" ); document.write( "x/y = 4/5 \n" ); document.write( " |