Area and algebraic expressions
QUESTION
The area of the blue rectangle, without the white square, is 125 sq. cm.
What is the side length (x) of the white square?
ANSWER
CONTEXT
The above question combines two ideas:
- rectangular area
- operations with algebraic expressions
A different combination of area, perimeter and algebra
Here is a more mathematically interesting combination of area, perimeter, and algebra:
Suppose you have 18 m of fencing, to create a rectangular pen for your dog. What should be the dimensions so that the pen has the largest area possible?
The code below models this problem, by plotting the possible area for lengths 1-9 m.
But the expression for width is missing.
- Knowing that the perimeter -s 18 m, what expression would calculate the width?
- See and run this code at https://colab.research.google.com/drive/1AIGviuaA7OhD1BwI2tKEWz0j5OLfBsZ5
Let’s reverse the situation:
Let’s make the area constant:
Your aunt wants a rectangular garden that is 20 sq. m. in area. She also wants to fence her garden, to keep the bunnies out. What should the dimensions be so that your aunt needs to buy the shortest fence possible?
Can you edit the above code to medel this problems?
How will the graph of possible perimeters be similar or different from the above graph?
Here’s a short animated video related to this problem.