document.write( "Question 31315: I need to solve for a in the equation V = xyz,
\n" );
document.write( "where ,
, and
.
\n" );
document.write( "This comes from a real world research problem I am working on, minimizing the area of a rectangle while keeping the volume constant.
\n" );
document.write( "Here is the final problem.
\n" );
document.write( "we need to get (a) on left side in units of (V) to right side from this:
\n" );
document.write( "
\n" );
document.write( "Thank you for your help! \n" );
document.write( "
Algebra.Com's Answer #18063 by troyapplehelen(46)![]() ![]() ![]() You can put this solution on YOUR website! 1. xyz=(-1/a)(4/(1+a)^2) \n" ); document.write( " V=(-4)/(a(1+a)^2) \n" ); document.write( "2. -v/4 = 1/(a(1+a)^2) because multiply with negative (-1/4) on both sides. \n" ); document.write( "3. then, (a(1+a)^2) is (-4/v) it's the reciprocal. \n" ); document.write( " |