Answer:
m = $6.5
s = $3
Step-by-step explanation:
Raul ordered 1 small photo enlargement and 4 medium photo enlargements for $29. Patricia ordered 5 small photo enlargements and 2 medium photo enlargments for $28. determine the price of the small photo enlargements and medium photo enlargments
two equations can be derived from the question
s + 4m = 29 equation 1
5s + 2m = 28 equation 2
where
s = small photo enlargements
m = medium photo enlargements
multiply equation 1 by 5
5s + 20m = 145 equation 3
subtract equation 2 from 3
18m = 117
m = 6.5
substitute for m in equation 1
s = 29 - (4 x 6.5)
s = 3
Where’s the pic i need more info
Answer:
B. 6, 4, 0, -1, -5
Step-by-step explanation:
Positives are greater than negatives
Vectors:
i = [1 0 0]
j = [0 1 0]
k = [0 0 1]
i + j = [1 1 0]
i + k = [1 0 1]
We want a vector which is orthogonal to both i + j and i + k, so the escalar procut between our vector "v" and i + j, i + k is equal to 0
Let's say v = [x y z]
v . (i + j) = [x y z] . [1 1 0] = x.1 + y.1 + z.0 = 0 => x + y = 0
v . (i + k) = [x y z] . [1 0 1] = x.1 + y.0 + z.1 = 0 => x + z = 0
So, we can say:
x + y = 0 => x = -y
x + z = 0 => x = -z
If x = -y:
x + z = 0
-y + z = 0
z = y = a and x = -a
We know it's a unit vector, so:






So,
y = z = a =
and x = -a = 
v = [
]