document.write( "Question 956452: if the area of a rectangle is (50x^6 + 75x^8) square meters and its length is 25 x^4 metres, find its width. \n" ); document.write( "
Algebra.Com's Answer #584328 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
A=area; L=length; W=width
\n" ); document.write( "A=L*W
\n" ); document.write( "W=A/L
\n" ); document.write( "\"W=%2850x%5E6%2B75x%5E8%29%2F%2825x%5E4%29\"
\n" ); document.write( "\"W=25x%5E4%282x%5E2%2B3x%5E4%29%2F25x%5E4\"
\n" ); document.write( "\"W=2x%5E2%2B3x%5E4\"
\n" ); document.write( "
\n" );