Answer: left one is no solution and right one is infinite solutions
explanation: the left one the lines don’t touch at all which has no solution and the right one means that both lines are on top of each other
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
Answer:
x ≈ 15.9
Step-by-step explanation:
Using Pythagoras' identity in the right triangle
x² + 6² = 17²
x² + 36 = 289 ( subtract 36 from both sides )
x² = 253 ( take the square root of both sides )
x =
≈ 15.9 ( to the nearest tenth )
To find the mean, add the numbers, and divide by the amount of numbers there is.
(82 + 105 + 247 + 119 + 94 + 202)/6
Simplify. Remember to follow PEMDAS. First, add
(849)/6
Next, divide by 6
849/6 = 141.5
141.5 should be your answer
hope this helps