Answer:
2 cookies
Step-by-step explanation:
let c represent cookies, m represent muffins. set up a system of equations:
2c+3m=16
m=2c
(the top equation shows that cookies are $2 each, and muffins are $3, and that the total cost is $16. the bottom equation shows that Lori bought twice as many muffins as cookies).
then solve the system of equations by substitution, substituting 2c for m in the top equation:
2c+3(2c)=16
2c+6c=16
8c=16
c=2
this means that lori bought 2 cookies.
Answer:
3/6 and 5/10
Explanation:
Given the fraction 1/2:
(a)Multiply the numerator and denominator by 3

An equivalent fraction is 3/6.
(b)Multiply the numerator and denominator by 5:

An equivalent fraction is 5/10.
Answer:
D. d = sqrt( ( x2-x1)^2 + (y2-y1)^2)
C. d = sqrt( ( x1-x2)^2 + (y1-y2)^2)
B. d = sqrt( (|x2-x1|^2 + |y2-y1|^2)
Step-by-step explanation:
Given two points (x1, y1) and (x2,y2) we can find the distance using
d = sqrt( ( x2-x1)^2 + (y2-y1)^2)
The order of the terms inside the square doesn't matter
d = sqrt( ( x1-x2)^2 + (y1-y2)^2)
When we are squaring are term, we can take the absolute value before we square and it does not change the value
d = sqrt( (|x2-x1|^2 + |y2-y1|^2)