The area of Ain W Zain is 5,000,000.0 square meters.
Chat with our AI personalities
Perimeter = 2*L + 2*W Area = L*W L = Area / W Perimeter = 2*Area / W + 2*W W * Perimeter = 2*Area + 2*W^2 Let A=area, and P= perimeter. 0=2W^2-PW+2A Quadratic formula: W= (P + root(P^2-16A))/4 or W= (P - root(P^2-16A))/4 Once you have W, L is simply A/W. Have fun, and maybe include some numbers to work with next time.
Area = L*W Area = 14* (5x-3) Area = 60x-42
In order to find the area of a rectangle, you must follow the formula A= l x w where A is area, l is length, and w is width.
A = Area l = length w = width A = (l)(w) Ex: L = 5 in. W = 2 in. A = ? A = l(w) A = 5(2) A = 10 in2
class area{ int l,w,a; a=i*w; printf"area of rectangle is= %d",a; endl; }