Answer:
he would have to order 3 steaks from the first company and 3 from the second
Step-by-step explanation:
Answer:
<h2>X = 0</h2><h2>Y = 1</h2>
First of all, observe that this is a line, since you can rewrite the equation as y−x+1=0 , which follows the pattern of the generic line ax+by+c=0 .
To draw a line you need two of its points, which you can connect.
To find two points, you can plug any value for one variable, and solve for the other.
For example, let's choose
x=0 . The equation becomes
0−1=y , and so y=−1 .
The first point is thus (0,−1).
Then, let's choose
x=1 . The equation becomes 1−1=y , and so y=0 . The first point is thus
(1,0).
Now you only need to draw the points
(0,−1)
Step-by-step explanation:
Hope it is helpful...
Answer:
$8.75
Step-by-step explanation:
Create a proportion where x is the cost for 7 bags:
= 
Cross multiply and solve for x:
4x = 35
x = 8.75
So, the cost of 7 bags is $8.75
Answer:

Step-by-step explanation:
Given

Required
Determine the number of gallon for 870 miles
To do this, we simply substitute 870 for miles in the ratio above
So, we have:

Convert to fraction

Multiply through by 870





Answer:
Step-by-step explanation: In short, pressing F11 will take you to every line including your function body, but F10 allows to move from one line to the the immediate next line. F11 -> Execute code one statement at a time, following execution into function calls (Step Into).