add up the X values and y values and divide by two
X=(-2+6)/2=2
Y=(-4=8)/2=2
I always feel drawn to the number 2 for some reason because it is in the middle between 2 and four and usually when given an option to pick a number I never pick a number that they say. Personally I just feel drawn to pick the number 2 its a nice even number and perhaps could be lucky :)
Question 4
The magnitude;
Using Pythagoras theorem,
(-200)² + (-530)² = 320900
Length = √320900
= 566.5 mi
To get the angle
Tan θ = opposite/adjacent
= 200/530
= 0.3774
θ = tan^-1 (0.3774)
= 20.67
≈ 21°
The direction from the Cartesian plane is south of west.
Therefore, the magnitude and the direction will be;
About 566.5 mi, 21° south of west
Question 5.
To get the resultant of two vectors we just add the two vectors given.
This involves adding the corresponding values.
Thus, for <-6,5> and <6,-5>
Resultant vector = <(-6+6),(5+-5>
= <0,0>
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Answer:
B
Step-by-step explanation:
Well the slope is y = -3/2x and B is the only option with that slope.