Answer:

Step-by-step explanation:
The perimeter of a polygon is equal to the sum of its sides.
The sides in the triangle shown have lengths
,
, and
in no specific order.
Since its perimeter is given by the sum of its sides, the perimeter is equal to:

Combine like terms:

-4(3m-3)+(-10+8m)
12m+12-1+8m
12m+8m = 20m
+12 -1= +11
answer: 20m+11
*note negative times a negative equals positive and negative times positive is negative
first: you multiply -4 by 3m which is -12m.
second: you multiply -4 by -3 which is +12
third: find the invisible which is 1. (located right here: +(1) (-10+8m)
fourth: multiply invisible 1 by -10 which is -10
fifth: multiply invisible one by +8m which is +8m
sixth: combine like terms
seventh: answer
Answer: picture pleasee
Step-by-step explanation:
Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector
Width = x
length = x+10
Area of deck = 144 square feet
Area = length * width
144 = x(x+10)
Solving for x in a quadratic:
x²+10x = 144
x²+10x-144 = 0
Factor:
(x+18)(x-8) = 0
Solving for x:
x = 8, x = -18
Dimensions cannot be negative, therefore x = 8, only.
Length = x + 10
Length = 18
Width = 8