Answer:
1. Y
2. N
3. N
4. N
Step-by-step explanation:
Let's use the second equation, since it seems to be easier to use.
To check if an ordered pair is a solution, plug it in to the equation.
1.
--> Y
2.
--> N
3.
--> N
4.
--> N
Edit : The 4th equation doesn't work for the first equation, whereas the first one still does.
Answer:
0 visits
Step-by-step explanation:
According to the scenario, calculation of the given data are as follows,
Rewards for signing up = 80 points
Reward per visit = 2.5 points
Total points needed = 105
Let, number of visits = x
So, we can calculate number of visits by using following formula,
80 + (2.5 × X) = 105
2.5X = 105 - 80
2.5X = 25
X = 25 ÷ 2.5
X = 10 visits.
Hence, Olivia needs to make 10 visits in order to earn a free movie ticket
Step-by-step explanation:
The 4 7/8 = 39/8 = 13 pieces of string, he needs 20 so he will need to cut 7 more pieces
In order to do this, you must first find the "cross product" of these vectors. To do that, we can use several methods. To simplify this first, I suggest you compute:
‹1, -1, 1› × ‹0, 1, 1›
You are interested in vectors orthogonal to the originals, which don't change when you scale them. Using 0,-1,1 is much easier than 6s and 7s.
So what methods are there to compute this? You can review them here (or presumably in your class notes or textbook):
http://en.wikipedia.org/wiki/Cross_produ...
In addition to these methods, sometimes I like to set up:
‹1, -1, 1› • ‹a, b, c› = 0
‹0, 1, 1› • ‹a, b, c› = 0
That is the dot product, and having these dot products equal zero guarantees orthogonality. You can convert that to:
a - b + c = 0
b + c = 0
This is two equations, three unknowns, so you can solve it with one free parameter:
b = -c
a = c - b = -2c
The computation, regardless of method, yields:
‹1, -1, 1› × ‹0, 1, 1› = ‹-2, -1, 1›
The above method, solving equations, works because you'd just plug in c=1 to obtain this solution. However, it is not a unit vector. There will always be two unit vectors (if you find one, then its negative will be the other of course). To find the unit vector, we need to find the magnitude of our vector:
|| ‹-2, -1, 1› || = √( (-2)² + (-1)² + (1)² ) = √( 4 + 1 + 1 ) = √6
Then we divide that vector by its magnitude to yield one solution:
‹ -2/√6 , -1/√6 , 1/√6 ›
And take the negative for the other:
‹ 2/√6 , 1/√6 , -1/√6 ›