Answer:
The Area is 99 units², while the perimeter is 40 units
Step-by-step explanation:
Area can be found by multiplying the length of the rectangle by the width of the rectangle. Counting the boxes on the side gives you 11 horizontally and 9 vertically. Multiplying these two gives you an area of 99. The measurement is in units because there is no given unit of measurement such as inches, feet, or meters. Area is always squared which is why there is a ² after units.
Perimeter can be found by adding all 4 sides together. Counting the boxes gives you 11 + 11 + 9 + 9. This gives you a perimeter of 40. The measurement is in units because there is no given unit of measurement such as inches, feet, or meters. Perimeter is not squared like area.
Answer and Step-by-step explanation:
For these system of equations, it would be easier to use the substitution method, as we are have one equation that is being equaled to a variable.
Plug the second equation into the value of b for the first equation.
5a + 3(-2a + 3) = 11
Distribute the 3.
5a - 6a + 3 = 11
Simplify.
-a + 3 = 11
Subtract 3 from both sides of the equation.
-a = 8
Divide both sides by -1.
a = -8
Now, we can plug this value into the second equation.
-2(-8) + 3 = b
Multiply -2 and -8 together.
16 + 3 = b
Add together 16 and 3.
19 = b
<u>a = -8</u>
<u>b = 19</u>
<u></u>
<em><u>#teamtrees #PAW (Plant And Water)</u></em>
Answer:
Recursive algorithms call itself with simpler or smaller input values. They can be used to solve large problems by using the solutions to minor parts of the problem, these minor problems are then further broken down to solvable cases.
Given the input as a sequence;
max(
if return
else
if > return
else return