Question 480826
area of a triangle is equal to (Base * Height)/2
let B = base
let H = height
formula becomes A = (B*H)/2
you are given that:
H = 2B
formula becomes A = (B*2*B)/2
this can be rewritten as A = (2*B^2)/2
the 2 in the numerator and denominator cancel out and you get:
A = B^2