There are two steps to this problem. The first step is to make an equation for the cost of each company. The cost of each one involves 2 variables. However, we can ignore the number of days since the question asks for per day.
CostA = 90 + .40(miles)
CostB = 30 + .70(miles)
We want to know when A is a better deal or when A costs less. That is when CostA < CostB. We can then substitute the right sides of our equations into the inequality. This will give:
90 + .40(miles) < 30 + .70(miles) This is where we will now begin to solve for the number of miles.
-30 -30 Subtract 30 from both sides.
60 + .4(miles) < .7(miles) Simplify
-.4(miles) -.4(miles) Subtract .4(miles) from both sides
60 < .3(miles) Simplify
/.3 /.3 Divide both sides by .3
200 < miles Simplify
So for A to cost less the number of miles must be greater than 200.
Answer:
Y= 4x-3
Step-by-step explanation:
The y-intercept is -3,
the slope is 4:
rise over run= 4/1 or 4
so 4x-3
I hope this helps!
<span>One side of a rectangular fish tank can be best represented by a plane because it is two dimensional.Whereas,point,line or a ray are all one dimensional and hence they cannot represent a rectangle as it has two dimensions.</span>
Answer:
$700 for 35 people but if you want to add the fee it will be $850
Answer:
age<-c(20,30,40)
names(age)<-c ("ELI", "ALI", "JON")age
## ELI ALI JON
## 20 30 40
Step-by-step explanation:
The above given vector named age consists of three elements. Each element consists of ages of three people, ELI, ALI and JON, such that 20 corresponds to ELI, 30 to ALI and 40 to JON.