Let T be the taco, B the burrito, MP the mexican pizza, R the rice, and N the beans.
For the main course we can have the first three.
----- T
------ B
-------MP
Each main course comes with the two sides. So an R branch and a B branch go to each of the taco, burrito, or pizza.
-----T---------R or N.
We expand it to
--------T-----------R
---------------------N
And we repeat it for the rest.
Thus, the tree diagram is
----- T --------R
-----------------N
-----B---------R
-----------------N
----MP--------R
----------------N
About 5.5 months. please mark me brainliest. have a great day and good luck with school
Answer:
39.9
Step-by-step explanation:
a/sinA = c/sinC
a/sin(77) = 16/sin(23)
a = sin(77) × 16/sin(23)
a = 39.89935764
Answer:
The equation in the standard form of the line through the given points is;
y = 3x - 17
Step-by-step explanation:
We start by getting the slope of the line;
m = (y2-y1)/(x2-x1)
m = (7-10)/(8-9) = -3/-1 = 3
The stands equation form is;
y = mx + b
m is slope, b is the y-intercept
so we have
y = 3x + b
To get b, we substitute the coordinates of any of the points
10 = 3(9) + b
10 = 27 + b
b = 10-27
b = -17
So the equation is;
y = 3x - 17