<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">I am trying to draw a small house in Racket. It draws a house frm a triangle, square, and rectangle. So it consumes a number and draws the shapes, places, them, and forms a neat house.&nbsp;</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">This is what I have so far</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="background-color: transparent;"><div style="background-color: transparent;"><font
 face="times new roman, new york, times, serif">(overlay/align "center" "bottom"&nbsp;</font></div><div style="background-color: transparent;"><font face="times new roman, new york, times, serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</font></div><div style="background-color: transparent;"><font face="times new roman, new york, times, serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (triangle 40 &nbsp;"solid" "tan")</font></div><div style="background-color: transparent;"><font face="times new roman, new york, times, serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (rectangle 50 50 &nbsp;"solid" "blue")</font></div><div style="background-color: transparent;"><font face="times new roman, new york, times, serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (square 100 &nbsp; "solid" "red")))</font></div><div style="background-color: transparent; color: rgb(0, 0, 0);
 font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal;"><font face="times new roman, new york, times, serif"><br></font></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal;"><font face="times new roman, new york, times, serif">I need to make the triangle (which is inside the rectangle) go on top of the square so it can look like a house. that's all I need to do. &nbsp;this has been driving me nuts. What am I doing wrong?</font></div></div></div></body></html>