Area of triangle = 1/2 x base x hight = 1/2 x 6 x 4 = 12
Since the line Y = A divides the triangles into two different shapes with same area, each region will have area of 1/2 x 12 = 6
Let's look at the top region, the new smaller triangle formed. Let's call its base M [part of the line Y=A] and its hight N.
MN/2 = 6 -->
MxN=12
divide the bottom region into a rectangle and a triangle
The area of the rectangle = (4-N) x M = 4M-NM
The area of the triangle = 1/2 x (6-M) x (4-N) = (24-6N-4M+MN)/2
Area of triangle + area of rectangle = 4M-NM+12-3N-2M+(MN/2)
= 2M-3N+12-(NM/2) = 6 = 2M-3N-(NM/2) = -6 -->
4M-12N-NM =-12
So,
4M-12N-12=-12--> 4M - 12N = 0 -->
M = 3N
MxN=12 --> 3N^2=12 --> N^2=4 -->
N = 2
A = 4 - N = 4 - 2 =
2 = A
Answer: A = 2
I'm sure I've either made a mistake or there is a much simpler and easier solution or even both