Answer: 1333.25
Step-by-step explanation: The area of the rectangle is 23x23 = 529.
Area of the square is 804.25. So add them toget her and you get your answer.
Answer:
odd numbers
Step-by-step explanation:
4 - 7 is 3, 7 - 12 is 5, 12 - 19 is 7, 19 to 28 is 9
So just keep counting
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Since s and t are complimentary, that means ∠s + ∠t = 90
From the picture, we also know that ∠t + ∠LGM = 90
Set them equal to each other:
∠s + ∠t = ∠t + ∠LGM, solve:
∠s = ∠LGM
Now using the fact that tangent = opposite/adjacent:
tan (∠s) = 
tan (∠s) = 
Set them equal to each other to get:
= 
Solve:

Part B:
Using tan (∠s) = 
We get:
meters
Hope that helps!
If the line segment is perpendicular to a line with the slope of -4, that means the line segment has a slope of 1/4.
First let's make an equation for the line segment using the slope of 1/4 and the point at (2,6) to find the final piece, the y-intercept
y = mx + b
6 = 1/4(2) + b
6 = 2/4 + b
24/4 = 2/4 + b
22/4 = b
y = 1/4 x + 22/4
6 = 1/4(2) + 22/4
6 = 2/4 + 22/4
6 = 24/4
6 = 6 <-- proves that this equation is correct
Now you may plug in the x to find y. ( 8 , y )
y = 1/4(8) + 22/4
y = 8/4 + 22/4
y = 30/4 = 15/2 = 7.5