Define a variable and write an equation for each situation. Solve each equation to answer the question.



A plumber finished three jobs on Tuesday. The first two only cost the owner $45 trip fee because they took very little time to complete. For the third job, the plumber charged the trip fee plus 6 times his hourly rate. If the plumber received a total of $303 for the day, what is the hourly rate?


H = Hourly Rate

for my Equation I made,
5(45)+6h=303

but cant figure out how to solve it

(9th Grade ALG 1)
Plz work out the problem, thnx :-)

Answers

Answer 1
your equation is wrong

the first is suppoosed to be 3(45), you wrote 5(45) but it should be 3(45), it's 3 trips, not 5


the other part is right tho, it is 6h

so 3(45)+6h=303 is the right equation
remember, you can do anything to an equation as long as you do it to both sides

so first expand 3(45)
3(45)=135

135+6h=303
minus 135 both sides
6h=168
divide both sides by 6
h=28


the hourly rate is $28 per hour

Related Questions

G(a)=2a-1 h(a)=3a-3
Find (g-h)(-4)

Answers

Final answer:

To find (g-h)(-4), we calculate g(-4) as -9 and h(-4) as -15. Subtracting the latter from the former results in -9 + 15, which equals 6.

Explanation:

To find (g-h)(-4), we need to calculate the value of g at -4 and the value of h at -4, and then subtract the value of h from g.

The functions are defined as G(a)=2a-1 and h(a)=3a-3. Let's compute these step-by-step:

Calculate g(-4):

G(-4) = 2(-4) - 1

= -8 - 1

= -9

Calculate h(-4):

h(-4) = 3(-4) - 3

= -12 - 3

= -15

Calculate (g-h)(-4):

= g(-4) - h(-4)

= -9 - (-15)

= -9 + 15

= 6

Therefore, (g-h)(-4) equals 6.

One angle in a triangle measures twice the smallest angle, whereas the largest angle is nine times the smallest angle. find the measures of all three angles.

Answers

The measures of all three angles are 15, 30, and 135 degrees respectively.

What is the angle sum property?

The angle sum property of a triangle states that the sum of the interior angles of a triangle is 180 degrees.

Let the smallest angle be represented as x,

one angle = 2x

largest angle = 9x

Therefore, x + 2x + 9x = 180° (by angles sum in a triangle)

12x = 180°

x = 15°

Then 2x = 15° x 2

= 30°

Also, 9x = 15° x 9

= 135°

Hence, The smallest angle is 15° and the one angle is 30°.

The largest angle is 135°.

Learn more about the triangles;

https://brainly.com/question/2773823

#SPJ5

What's the slope of the line ? And explain please

Answers

You take the difference between any two y and divide by the difference in the corresponding x. The number should be the same always for a straight line. That's your slope. A fancy way of writing it is dy/dx

so: (10-2)/(3-1) = 8/2 = 4 (using the first two points)
or: (26-2)/(7-1) = 24/6 = 4 (using the first and the last)

try it out for other combinations. The answer is 4 every time.

What is the answer to 7x+5-8x

Answers

Combine like terms. Remember that like terms are terms that are completely the same excluding the coefficient.

7x-8x=-1x

Final answer: -x+5

Simplify the trigonometric expression. Show your work.

1/1+sin theta + 1/1-sin theta

Answers

Hello,

[tex] \dfrac{1}{1+sin(\theta)} + \dfrac{1}{1-sin(\theta)} \\\\ \dfrac{1-sin(\theta) + 1+sin(\theta)} {1-sin^2(\theta) }}\\\\ = \dfrac{2} {cos^2(\theta)} [/tex]

trigonometric identites

1. D

2. B

3. tangent identity

4. A

5. B. 2sec2 therma.

(also, the answer above me is NOT correct. the asnwer was 2sec2 therma.

How to calculate percentage increase

Answers

Work out the difference (increase) between the two numbers you are comparing. Then divide the increase by the original number and multiply the answer by 100. If your answer is a negative number then this is a percentage decrease.
Final answer:

A percentage increase can be calculated by first finding the difference between the new and original values, then dividing that difference by the original value. The result is then multiplied by 100 to get the percentage increase. This method can also help calculate inflation rates and various other mathematical problems.

Explanation:

To calculate a percentage increase, you need to understand the basic principles of mathematics. Using the context provided, we can define calculating a percentage increase in the following way:

Steps to Calculate Percentage Increase:        

For example, suppose the original price for a basket of goods was $20 and the new price is $25. First, find the difference: $25-$20 = $5. This is the increase. Then, divide the increase ($5) by the original price ($20) to get 0.25. Multiply by 100 and you get a 25% increase.

This method can be applied to many scenarios including calculating the rate of inflation. There are also online calculators and computers that can assist in finding these percentages quickly.

Learn more about Percentage Increase here:

https://brainly.com/question/20818421

#SPJ12

What is the area, in square millimeters, of a right triangle with a hypotenuse of 68 millimeters and a leg of 60 millimeters?

Answers

First, we have to solve the sides of the right triangle by using the Pythagorean theorem: a² + b² = c² where c is the length of the hypotenuse. Then, we can use the legs as length and height of the triangle and find the area by 1/2(base x height).

x² + 60² = 68²
x² + 3600 = 4624
x² = 1024
x = √1024
x = 32 = length of the other side

A = (1/2)(32) (60) = 960 mm²

Please help:
[tex]5^{x-1} + 5 [/tex] x [tex]0.2^{x-2} = 26[/tex]



When I tried it, I got up until canceling the 5s and getting x - 1 - x - 2 = 21

What did I do wrong?

Answers

[tex]5^{x-1}+5*0.2^{x-2}=26\\ 5^{x-1}+ \dfrac{1}{5^{x-3}} =26\\ 25*5^{x-3}+\dfrac{1}{5^{x-3}} =26\\ Assume\ y=5^{x-3}\\ 25y+ \dfrac{1}{y}=26\\ 25y^2-26y+1=0\\ \Delta=(-26)^2-4*25=576=24^2\\ y= \dfrac{26+24}{50} =1 \ or\ y= \dfrac{26-24}{50} = \dfrac{1}{25} \\ if\ y=1\ then 5^{x-3}=1==\ \textgreater \ x-3=0==\ \textgreater \ x=3\\ if\ y= \dfrac{1}{25}\ then\ 5^{x-3}=\dfrac{1}{5^2}==\ \textgreater \ x-1=0==\ \textgreater \ x=1\\ [/tex]

Which number produces an irrational number when multiplied by 0.4? A. B. 0.444... C. 3 D.

Answers

square root of 13 and 3pie

The number produces an irrational number when multiplied by 0.4 would be C) 3π.

What are irrational numbers?

Irrational numbers are those real numbers that are not rational numbers.

Know that all natural numbers are integers, and all integers are rational numbers. That means natural numbers are not irrational.

π is irrational, and so is 3π

The expression 3π +0.4 is an irrational term as well.

If x is irrational and y is rational, then x + y is the irrational term.

Thus, choice C is the answer.

Learn more about the irrational term;

https://brainly.com/question/8600458

#SPJ2

A three sided regular polygon is called equilateral.
a. True
b. False

Answers

False. Not all triangles are equilateral.

Verify the identity. quantity one minus sine of x divided by cosine of x equals cosine of x divided by quantity one plus sine of x

Answers

now, recall that the conjugate of a + b, is just a - b, therefore, the conjugate of 1 - sin(x) is just 1 + sin(x).

so hmmm let's multiply the left-side by the conjugate of the numerator then.

[tex]\bf sin^2(\theta)+cos^2(\theta)=1\implies cos^2(\theta)=1-sin^2(\theta) \\\\\\ \textit{difference of squares} \\ \quad \\ (a-b)(a+b) = a^2-b^2\qquad \qquad a^2-b^2 = (a-b)(a+b)\\\\ -------------------------------\\\\[/tex]

[tex]\bf \cfrac{1-sin(x)}{cos(x)}=\cfrac{cos(x)}{1+sin(x)} \\\\\\ \cfrac{1-sin(x)}{cos(x)}\cdot \cfrac{1+sin(x)}{1+sin(x)}\implies \cfrac{[1-sin(x)][1+sin(x)]}{cos(x)[1+sin(x)]} \\\\\\ \cfrac{1^2-sin^2(x)}{cos(x)[1+sin(x)]}\implies \cfrac{\underline{cos^2(x)}}{\underline{cos(x)}[1+sin(x)]}\implies \cfrac{cos(x)}{1+sin(x)}[/tex]

What is the slope of the line that passes through points (5,0) and (10, 0)? How do you know?

Answers

It is 0, because you do the equation rise/run, which is the diffrence of both y axes (rise), and run, which is the difference of both x axes (run). So you have 5/0, which is 0. Also, if you draw it out, you have a flatline, which means no slope at all.

Point R is at (3, 1.3) and Point T is at (3, 2.4) on a coordinate grid. The distance between the two points is ____. (Input numbers and decimal point only, such as 8.2.)

Answers

Answer:  The required distance between the two points R and T is 1.1 units.

Step-by-step explanation:  Given that point R is at (3, 1.3) and Point T is at (3, 2.4) on a coordinate grid.

We are to find the distance between the two points R and T.

Distance formula :

The distance between the two points A(a, b) and B(c, d) is given by

[tex]d=\sqrt{(c-a)^2+(d-b)^2}.[/tex]

Therefore, the distance between the points R and T is given by

[tex]d=\sqrt{(3-3)^2+(2.4-1.3)^2}=\sqrt{0^2+1.1^2}=\sqrt{1.1^2}=1.1.[/tex]

Thus, the required distance between the two points R and T is 1.1 units.

The distance is 1.1 units, which is the distance between point R is at (3, 1.3) and Point T is at (3, 2.4) on a coordinate grid.

What is a distance formula?

It is defined as the formula for finding the distance between two points. It has given the shortest path distance between two points.

We have two points such that:

R (3, 1.3) and T (3, 2.4)

The distance formula for finding the distance between two points is:

If the points are [tex]\rm (x_1, y_1) \ \ and \ \ (x_2, y_2)[/tex]

[tex]\rm D = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]

Here:

[tex]\rm x_1= 3\\\rm y_1= 1.3\\\rm x_2= 3\\\rm y_2= 2.4\\[/tex]

Then,

[tex]\rm D = \sqrt{(3-3)^2+(2.4-1.3)^2}[/tex]

[tex]\rm D = \sqrt{(1.1)^2}[/tex]

D = √1.21

D = 1.1 units

Thus, the distance is 1.1 units, which is the distance between point R is at (3, 1.3) and Point T is at (3, 2.4) on a coordinate grid.

Learn more about the distance formula here:

https://brainly.com/question/18296211

#SPJ3

round 689002 to the nearest1,000,000

Answers

689,002

if you round by hundred thousands, it will be 1,000,000

hope this helps

Which expression is the correct translation of the following word phrase?



"3 multiplied by the sum of a number and 5"
Answer choices:
A) 5X+3
B)3X+5
C)X+(3)(5)
D)3(X+5)

I think the answe is B ,but I think it could be A as well ,but I just need toconfirm if I'm correct or not.Thanks in advance:).


Answers

Hey, there! 

The parentheses would make it multiplication 
The word sum means add 
A number was unknown, so we will label it as "x" 

So, let's see what we're working with here! 

If you chose "Option A" the question would be "five multiplied by a number and the sum of 3" (that doesn't give you the right answer" 
For B. same thing with option A 
For "Option C" its not asking you "a number with sum of three times five" 

So, this leaves "Option D." as your answer because 3 is getting multiplied by the sum of some number and five

Good luck on your assignment and enjoy your day!

~MeIsKaitlyn:)


Final answer:

The correct translation of the word phrase '3 multiplied by the sum of a number and 5' is option D) 3(X+5).

Explanation:

The correct translation of the word phrase '3 multiplied by the sum of a number and 5' is option D) 3(X+5).

In this expression, the number is represented by X. The sum of the number and 5 is represented by (X+5). Multiplying 3 by the sum gives us 3(X+5).

marcella divide 40.8 gallons of paint among 8 containers. how much paint is in each container

Answers

There are 5.1 gallons in each container. :) 
Marcella is evenly dividing 40.8 into 8 groups.
Use division to solve.

40.8/8 = 5.1

5.1 gallons of paint are in each container.


hope this helps! :D
if you have any other questions
on THIS specific problem, let me know!

How do I round 123834392 to the nearest thousand

Answers

123834392

To round to the nearest thousand, take apart the number so that you only have x thousand.

4,392

Now, take the second highest number (hundred) and if it is 1-4 then it stays the same. If it's 5+, then it would go up one. In this case, since the hundreds place is 3, the number would stay the same.

What is 380,303 rounded to the nearest ten thousands

Answers

380,000 is the answer if it isnt ten thousandths

The required number is 380,303.

It is required to find nearest ten thousands of the number.

What is "Rounding" ?

Rounding means making a number simpler but keeping its value close to what it was.

Given that:

We have to find the nearest ten thousands of the number  380.303.

We know that to round a number to the nearest 10,000, check the thousands digit to decide whether to round up or round down. If the thousands are 5000 or more, round up. If they are 4999 or less, round down. 45,000 to the nearest 10,000 is 50,000.

So, the number is less than 5000 so, round down or unchanged.

Therefore, the required number is 380,303.

Learn more about rounding here:

https://brainly.com/question/4958877

#SPJ2

If 8 is subtracted from 7 times a number the result is 34

Answers

7x - 8 = 34

Solving:

7x = 34 + 8
7x = 42
x = 6

Hope this helps!

For what positive value c does the equation logx = cx^4

Answers

hello : 
logx = cx^4
(logx )/ x^4= c
c > 0 : 
solve : (logx )/ x^4  > 0
x > 0 and : logx > 0 means : x>1
so : c > 1  

A golf ball is dropped from a height of 30 ft to the pavement, and the rebound is one fourth the distance it drops. if after each descent it continues to rebound one fourth the distance dropped, what is the distance the ball has traveled when it reaches the pavement on its tenth descent?

Answers

Final answer:

The question deals with a sequence of movements of a golf ball falling and rebounding, which forms a geometric series. To find the total distance traveled by the ball on its 10th descent, we calculate the sum of the first 19 terms of this geometric progression.

Explanation:

The student is asking about a geometric series problem, which involves a golf ball being dropped from a height and rebounding to a fraction of that height. The sequence of the distances covered by the ball forms a geometric progression.

Let's denote the initial height the ball is dropped from as a, which is 30 ft. The rebound height is one-fourth of the descent, so the rebound ratio, or common ratio r, is 1/4. The ball travels the initial height a plus the rebound distance each time it hits the pavement. This series continues with each rebound being one-fourth of the previous fall. We want to find the total distance traveled by the ball as it hits the pavement on its 10th descent.

The total distance traveled D after the ball hits the pavement for the 10th time is the sum of the first 10 terms of this geometric sequence. Using the formula for the sum of the first n terms of a geometric series, [tex]S_n = a(1-r^n)/(1-r)[/tex], where n is the number of terms, we can calculate the total distance.

For 10 descents, we have n = 19 since each descent and rebound except

the last descent counts as two movements:
[tex]S_{19} = 30(1-(1/4)^{19})/(1-(1/4))[/tex]
[tex]S_{19} = 30(1-(1/4)^{19})/(3/4)[/tex]
By calculating [tex]S_{19[/tex], we find the total distance traveled when the ball hits the pavement on its 10th descent.

Find the complex conjugate of the given number -1+4i

Answers

With every imaginary term, there are 2 complex conjugates with opposing signs. So if I had the term a+bi, the complex conjugate would be a-bi. So given your example of -1+4i, the complex conjugate would just be the opposite sign, now negative, to get -1-4i.

Identify the transformation that maps the figure onto itself.
A) Reflect across the line y = -3
B) Reflect across the line x = 3
C) Rotate 180° about the point (3, -3)
D) Rotate 180° about the point (5, -5)

Answers

Answer:

The answer is A!!!

Step-by-step explanation:


A six-sided number cube is labeled with the numbers 1–6, one number on each face. Each number is used exactly once. How many possible outcomes exist when the cube is rolled two times?

Answers

Answer:

36

Step-by-step explanation:

When the cube is rolled two times

Let (a,b) denote a possible outcome of rolling the cube twice , with a the number on the top of the first roll and b the number on the top of the second roll

(1,1) (1,2) (1,3) (1,4) (1,5) (1,6)

(2,1) (2,2) (2,3) (2,4) (2,5) (2,6)

(3,1) (3,2) (3,3) (3,4) (3,5) (3,6)

(4,1) (4,2) (4,3) (4,4) (4,5) (4,6)

(5,1) (5,2) (5,3) (5,4) (5,5) (5,6)

(6,1) (6,2) (6,3) (6,4) (6,5) (6,6)

There are 36 possibilities for (a,b).

It can be obtained from the multiplication principle: there are 6 possibilities for a, and for each outcome for a, there are 6 possibilities for b.

So, the total number of outcomes (a,b) is [tex]6 \times 6 =36[/tex]

Hence the total number of possible outcomes is 36

When the cube is rolled two times, there are a total of 36 possible outcomes.

Use the concept of probability defined as:

Probability is the ratio of:

The number of favorable outcomes to the total number of outcomes for an event's taking place.

Given that,

A six-sided number cube is used, with numbers 1-6 labeled on each face.

Each number is used exactly once on the cube.

The cube is rolled two times.

The objective is to determine the number of possible outcomes when rolling the cube two times.

To find the number of possible outcomes when a six-sided number cube is rolled two times:

Use a simple principle called the multiplication principle.

Since there are six possible outcomes for each roll,

The total number of outcomes for rolling the number cube two times is found by multiplying the number of outcomes for each roll together.

So, if you roll the number cube two times,

There would be 6 outcomes for the first roll and 6 outcomes for the second roll.

Multiplying them together gives us a total of 36 possible outcomes.

Hence,

The answer is 36 possible outcomes when the cube is rolled two times

Learn more about the probability visit:

https://brainly.com/question/13604758

#SPJ6

When given a raw score, explain how to use the normal curve to compare to the population

Answers

The problem ask to explain the use if the normal curve to compare that score to the population and the best explanation is that the normal curve depends on a lot of assumptions. If the population score are normally distributed, we will know its mean and standard deviation, so can tell that our particular individual's row score falls on that distributions.

Value​ rent-a-car rental a luxury car at a daily rate of ​$43.09 plus 4 cents per mile. a business person is allotted ​$100 for car rental each day. how many miles can the business person travel on the ​$100

Answers

To calculate the total miles he is allowed we must setup an expression for total cost of the car per day. Cost = 43.09 + .04x where x is the number of miles driven. To find out the number of miles driven with $100, we plug in $100 for cost and solve for x. Doing this we get 100 = 43.09 + .04x, where .04x = 56.91 and solving for x we get x=1422.75 or 1422 miles. In this case we do not round up since adding an additional mile would put us over the $100 budget. Answer = 1422 miles.

If, while training for a marathon, you ran 54 miles in 2 2/3 months, how many miles did you run each month?

Answers

54 / 2 2/3 =

54/1 / 8/3 =

54/1 x 3/8 = 162/8 = 20 1/4 miles per month

A total of 252 tickets were sold for the school play. They were either adult tickets or student tickets. The number of student tickets sold was two times the number of adult tickets sold. How many adult tickets were sold?

Answers

Let the number of tickets be x,
Students= 2x
Adults= x
Total=3x
3x=252
x= 252/3
  =84
Thus, number of adult tickets sold is 84

The number of adult ticket sold are 28.

What is a ticket ?

"a piece of paper or card that shows you have paid for a journey, or that allows you to enter a theatre, cinema, etc."

Let, the number of student ticket be x

Let, the number of adult ticket be y

So, [tex]x = 2y[/tex]

And Given,

Total number of tickets are 252

So, [tex]x+y = 252[/tex]

[tex]2y + y = 252\\3y = 252 \\y = 28[/tex]

Hence, the adult tickets sold are 28.

To know more about ticket here

https://brainly.com/question/20430142

#SPJ2

Find the value of x that makes lines u and v parallel

Answers

x = 4

34x - 2 + 11x +2 = 180
If consecutive interior angles are supplementary then the 2 lines are parallel

nine less than the product of ten and a number d is eleven

Answers

9 - (10d) = 11

Add 9 to both sides.
10d = 20

Divide both sides by 10.
d = 2

The answer is d = 2.
Other Questions
In the short story Rules of the Game by Amy Tan, what motivates Lindo Jong to be a model of invisible strength?the high expectations of her childrenthe goal of earning money for her familythe desire to help her children succeedthe wish to learn the rules of chess Which statement best explains why compounds have different properties then the elements that form them A total of 308 tickets were sold for the school play. they were either adult tickets or student tickets. the number of student tickets sold was three times the number of adult tickets sold. how many adult tickets were sold? What are Programs that can run from a flash drive? Select the answer for this number showing three significant figures. Remember to round. 566 (1)600 (2)570 (3)566(4) 500 How far in advance are you committing your time when accepting a recurring walk? The measure of a and the measure of b are complementary. the measure of a is 8 times the measure ofb. find the measurement of each angle. to add ideaslikewise2.comparein the same way3.to limitnext4.to repeatlater that day5.to show orderfor instance6.to show examplebeside7.to show a conclusionin other words8.to show timetherefore9.to show spacehowever What is 9 X 10 to the fifth? Explain how to compare 0.7 and 5/8. Shawn wants to model the number 13,450 using base ten blocks how many large cubes flats and longs does he need model the number determine the number of significant figures in the following numbers. 0.02 What is the value of x? A. 68 B. 62 C. 112 D. 124 A quantitative variable that has a finite or countable number of values is called PLEASE HELP! What is the equation of this line? y = 2x y=12x y=12x y=2x Graph of a line passing through the origin and the point begin ordered pair 2 comma 4 end ordered pair What is the domain and range of the function shown in the graph? 5. What rhetorical device does Dr. King use in paragraph 3 of his famous "I Have a Dream" speech?A. RepetitionB. GeneralizationC. AntithesisD. Rhetorical question6. What is the purpose of Thomas Paine's pamphlet?A. Paine wants the colonists to band together with Britain to make them even stronger.B. He is trying to rally colonists to fight for their freedom from Britain.C. It is his hope that this pamphlet will remind them of what they have and cease their fighting.D. Paine wants to bring the war to an end. You have been able to do the dishes in 30 minutes and vacuum in 15 minutes. youer roomate takes 40 minutes to do the dishes and 60 minutes to vacuum. based on this scenario How did Pennsylvanias toleration of different sects lead to the colonys prosperity? What is the relationship between the design of the earth, its moon, and the sun with the living things that inhabit earth?