150k views
4 votes
Write a function rule for the area A(h) of a parallelogram whose base is 3 units more than its height h.

A. A(h) = h2 + 3
B. A(h) = h2 + 3h
C. A(h) = h2 + 3h + 3
D. A(h) = h + 3h

User Dunadar
by
5.5k points

1 Answer

1 vote

Answer: h^2+3h (Choice B)

===================================================

Work Shown:

height = h

base = h+3, since the base is 3 more than the height

area = base*height

area = h*(h+3)

area = h*h + h*3

area = h^2+3h

User Dursk
by
3.9k points