I have a rectangle made up of 30 identical squares (5 tall and 6 wide).
By only drawing two lines on the rectangle, split the rectangle into 4 parts where the areas are in the ratio 1:2:3:4.
How would one go around doing this? I tried for a solid hour or two; but to no avail.
Disclaimer: This question is NOT created by me.




First, divide the rectangle equally on its long side, as suggested in the comments. In the left rectangle, mark the point that is $\frac45$ of the way up and centred horizontally; do the same for the right rectangle, but mark the point only $\frac35$ of the way up. Then draw the line connecting the two marked points. Since this line crosses the left and right edges of the whole rectangle, the four small triangles shown above (bounded between the purple and darker grey lines) have equal area, so the left rectangle is divided 1:4 and the right rectangle divided 2:3. Overall, the rectangle has been divided into four parts with ratio 1:2:3:4.
This solution does not require moving the pieces as in Donald Splutterwit's answer.