104k views
5 votes
Juan hires an electrician.

Juan pays a one-time fee of $30.
Juan also pays $45 for each hour the electrician works.
Write a function that can be used to find the total charge, c, Juan will pay when the electrician works,h, works

User IJeep
by
4.8k points

1 Answer

7 votes

Answer:

c = 45h + 30

Explanation

Hi! You know that you are trying to find the value of c, so you are going to set that as what would be your y value.

Now you know that you have to pay $30 as a fee no matter what, so you need to make sure that there is $30 attached to the equation without it being multiplied by anything.

Next, you know that it is $45 per hour, so you are going to multiply 45*h, where h is the number of hours the electrician works.

Hope this helps!

User Cyrf
by
5.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.