Answer:
a) BC is the longest side
b) AB is the longest side
✌️
Answer:
The area of the quadrilateral ABCD is 114 square units
Step-by-step explanation:
Answer:
5.88235294118
Step-by-step explanation:
Step 1:
46h + 56h = 600 Equation
Step 2:
102h = 600
Step 3:
h = 600 ÷ 102
Answer:
h = 5.88235294118
Hope This Helps :)
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.
Answer:
y =
x - 3
Step-by-step explanation:
The equation of a line in slope- intercept form is
y = mx + c ( m is the slope and c the y- intercept )
Here m =
, then
y =
x + c ← is the partial equation
To find c substitute (3, - 2) into the partial equation
- 2 = 1 + c ⇒ c = - 2 - 1 = - 3
y =
x - 3 ← equation of line