Answer:
<h2>Width of the rectangle is 2</h2>
Step-by-step explanation:
A rectangle can is made up of two right angled triangle as shown.
Since area of a rectangle = 
Area of one of the triangle = 
The length and width of the triangle will be the same as that of the rectangle i.e 5units long and 2units wide
Area of one of the triangle = 
Area of one of the triangle = 5units²
The area of the triangle above will equal one half of a rectangle that is 5 units long and 2 units wide.
I believe it's Line y=-x+2 and y=3x+1 intersect the y-axis. From what I've gathered, they are parallel lines, and both are set on the y-axis.
Answer:
SSS
Step-by-step explanation:
The two triangles both share a side (the middle line), and it is shown that the other lines are congruent to each other. So all 3 sides are congruent, meaning SSS is the postulate that proves this.
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