document.write( "Question 805721: How do you solve the system of equations below for a and b:\r
\n" ); document.write( "\n" ); document.write( "32=a*b^2
\n" ); document.write( "128=a*b^3
\n" ); document.write( "

Algebra.Com's Answer #485430 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
Dividing the second equation by the first,
\n" ); document.write( "\"128%2F32=a%2Ab%5E3%2F%28a%2Ab%5E2%29\"
\n" ); document.write( "\"4=b\"
\n" ); document.write( "\"highlight%28b=4%29\"
\n" ); document.write( "Then, substituting that value for \"b\"
\n" ); document.write( "\"32=a%2A4%5E2\"
\n" ); document.write( "\"32=16a\"
\n" ); document.write( "\"a=32%2F16\"
\n" ); document.write( "\"highlight%28a=2%29\"
\n" ); document.write( "
\n" );