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)![]() ![]() 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( " \n" ); document.write( " \n" ); document.write( " |