The Babysitter's Block charges a rate of $15 an hour per child plus an initial fee of $25 per household. Super Sitters charges a flat rate of $20 an hour per child.

For hours ______ of service, both babysitting services would cost the same.

Answers

Answer 1
5 hours of service (for one child each)

15x + 25 = 20x
Subtract 15x from both sides:
25 = 5x
Divide both sides by 5 to isolate x:
x = 5
Answer 2

Answer:

i think its 7500

Step-by-step explanation:


Related Questions

pls help lol uh

thanks if you do im very confused

pls help lol uhthanks if you do im very confused

Answers

Answer:

I think it is b

Step-by-step explanation:

Answer:

B

graph B represents 1/2#1/6

1/2#1/6=3

what is the length. is the triangle similar .​

what is the length. is the triangle similar .

Answers

Answer:

The triangle are similar and the missing line is 16.5

Step-by-step explanation:

The reason is because the scale factor is 2. You can find this out by multiply 8×2=16 and 9×2=18. With this in mind you divided 11 by 2 to get 5.5 for LD. Finally, adding 11+5.5 you will get 16.5.

Hope this helped

Please help ASAP!!! Find the area.

Please help ASAP!!! Find the area.

Answers

Answer:you are correct

Step-by-step explanation:

A car was marked $25,000. Ms. Eve bought it at a discount of
18%. In addition, she had to pay 7% tax. If Ms. Eve had to put
14% of what she had to pay as down payment, how much
money did she have to pay for the down payment?
4​

Answers

Answer:

$3,745

Step-by-step explanation:

First, you have to calculate the price after the discount is applied:

Price of the car: $25,000

Discount: 18%

$25,000*18%= $4,500

$25,000-$4,500= $20,500

Second, you have to calculate the total amount she has to pay including the 7% tax:

$25,000*7%= $1,750

$25,000+$1,750= $26,750

Third, as the statement indicates that Ms. Eve had to put  14% of what she had to pay as down payment, you have to calculate the 14% of $26,750:

$26,750*14%= $3,745

According to this, Ms. Eve has to pay $3,745 for the down payment.

Why can't you have a shoe size of 4.5 and a height of 72 inches?

Answers

Answer:

Ok, lemme say something.

4.5 shoes are for 9 inch feet.

Dont think a 6 foot person is gonna fit tbh.

Step-by-step explanation:

A shoe size is for relation to feet size. Your feet grow from your height too, along with weight. If you are 6 feet, your feet are gonna be more than at least 1 foot.

4.5 shoes are for 9 inch feet

1 foot = 12 inches.

12 > 9.

12-9=3.

You are standing on a footbridge that is 12 feet above a lake. You look down and see a duck in the water. The duck is 7 feet away from the footbridge. What is the angle of elevation from the duck to you? Round your answer to the nearest tenth. PLEASE HELPPPPPP

Answers

Answer:

Angle of elevation from the duck is \(59.7^{o}\)

Step-by-step explanation:

This description can be represented by the three sides of a triangle and the given angle. Let the angle required be represented by θ. Thus applying the appropriate trigonometric function, we have;

Tan θ = \(\frac{opposite}{adjacent}\)

So that,

Tan θ = \(\frac{12}{7}\)

          = 1.7143

θ = \(Tan^{-1}\) 1.7143

  = 59.7438

θ = \(59.7^{o}\)

The angle of elevation from the duck is determined as \(59.7^{o}\).

Which method represents a correct way to solve the equation?

-x+(-3+x)2 = 6

Multiply -3 by 2.

Multiply x by 2.

Combine like terms.

Subtract 6 from both sides.

Use the quadratic formula to solve for x.

OA.

Square -3.

Square x.

Subtract -7x from both sides.

OB. Subtract 9 from both sides.

Take the square root of both sides.

Square -3.

Square x.

Combine like terms

OC. Subtract 6 from both sides.

Use the quadratic formula to solve for x.

OD

Square the quantity (-3 + x).

Combine like terms.

Subtract 6 from both sides.

Use the quadratic formula to solve for x.

Answers

Answer:

Multiply -3 by 2.

Multiply x by 2.

Combine like terms.

Subtract 6 from both sides.

Use the quadratic formula to solve for x.

Step-by-step explanation:

Given:

-x (-3 + x )2 = 6

-x (-3 + x )2 = 6

-x (-6 + 2x) = 6

-6x + 2x^2 = 6

2x^2 - 6x - 6 = 6 - 6

2x^2 - 6x - 6 = 0

Multiply -3 by 2.

Multiply x by 2.

Combine like terms.

Subtract 6 from both sides.

Use the quadratic formula to solve for x.

Prove 3n^2 + 6n big theta of (n^2 log n)

Answers

Since 3n² + 6n is both O(n² log n) and Ω(n² log n), we can conclude that it is indeed Θ(n² log n).

To prove that 3n² + 6n is in Θ(n² log n), we need to show both the upper and lower bounds.

First, we will prove the upper bound by showing that 3n² + 6n is O(n² log n). This means we need to find constants c and n₀ such that 3n²+ 6n ≤ c(n² log n) for all n ≥ n₀.

Let's simplify the expression 3n² + 6n:

3n² + 6n ≤ 3n² + 6n² (for n ≥ 1, since n is always positive)

            = 9n²

Now, we can set c = 9 and n₀ = 1. For all n ≥ 1:

3n² + 6n ≤ 9n² (which is the same as c(n²))

           ≤ 9n² log n

Therefore, we have shown that 3n² + 6n is O(n² log n), satisfying the upper bound.

Next, we will prove the lower bound by showing that 3n² + 6n is Ω(n² log n). This means we need to find constants c and n₀ such that 3n²+ 6n ≥ c(n² log n) for all n ≥ n₀.

Let's simplify the expression 3n² + 6n:

3n² + 6n ≥ 3n² (for n ≥ 1, since n is always positive)

            = 3n² log n

Now, we can set c = 3 and n₀ = 1. For all n ≥ 1:

3n² + 6n ≥ 3n² log n (which is the same as c(n² log n))

Therefore, we have shown that 3n² + 6n is Ω(n² log n), satisfying the lower bound.

Learn more about upper bound here:

https://brainly.com/question/32676654

#SPJ11

solve the diagram below

solve the diagram below

Answers

Answer:

x=45

Step-by-step explanation:

straight line=180°

2x+x=3x

180-45=135

135/3=45

x=45

3) Slope = 4, passing through (-1,5)
Slope

Answers

be more specific boo xxo
4x +y-21=o
explanation using point grade formula y
1
)
=
m
(
x

x
1
)

where
(
x
1
,
y
1
)
is
(
4
,
5
)
(
y

5
)
=

4
(
x

4
)

y

5
=

4
x
+
16

4
x
+
y

21
=
0

Sophia spends a total of $6.30 on cheese. She buys 500g of Cheddar cheese and 200g of Stilton cheese. The cost of the Cheddar cheese is $9.20 for 1kg. Work out the cost of 1kg of the Stilton cheese

Answers

Answer:

The price would be 7.20

Step-by-step explanation:

I need to turn this in ASAP please help!-

In the last three years, Frederico's basketball team won 50 more games than they lost. If they won 130 games, what was the ratio of wins to losses? Write the ratio in all three forms. 13/8, 13 to 8, 13:8 13/18. 13 to 18. 13:18 5/13, 5 to 13, 5:13 13/5. 13 to 5, 13:5​

Answers

Answer:

13/8, 13 to 8, 13:8

Step-by-step explanation:

if they won 50 more than they lost and won a total of 130 games, this means they lost 80 games (130-50=80). we can then write this as 130:80, which simplifies to 13:8

Answer:

The answers are 13/8, 13 to 8, 13:8.

Step-by-step explanation:

Since Frederico's team won 50 more games than they lost, and the won 130 games, then you would subtract the two numbers to find their losses:

130 - 50 = 80

The ratio of there wins to losses is 130 to 80.

Then you need to simplify this answer, which would make the ratio 13 to 8.

Three ways to write this are 13/8, 13 to 8, 13:8.

It would be ABSOLUTLEY FANTABULOUS if I could get brainliest!!!!

Find the area of the circle. Round to the nearest tenth. Use 3.14 or 22/7 for π.

Answers

The area of a circle is 158.3 sq. m.

Consider we need to find the area of the given circle.

The radius of a circle is 7.1 m.

The area of a circle is the place occupied by the circle in a two-dimensional plane. Alternatively, the space occupied within the circumference of a circle is called the area of the circle.

The area of the circle is:

\(A = \pi r^{2}\) , where r is the circle's radius.

Putting r = 7.1 , π = 3.14, we get

\(A = 3.14 *(7.1)^{2}\)

A = 158.2874

A ≈ 158.3

So, the area of a circle is 158.3 sq. m.

Read more about circle:

https://brainly.com/question/20489969

#SPJ4

Find the area of the circle. Round to the nearest tenth. Use 3.14 or 22/7 for .

what is the scale factor of a dilation from A(6,6) to A'(2,2)?

Answers

Answer: The scale factor of this dilation is 4/6, or 2/3.

Step-by-step explanation:

The scale factor of a dilation is the ratio of the distances of the corresponding points after the dilation to the distances of the corresponding points before the dilation.

In this case, the distance between A and A' is 4 units (6-2=4). The distance between A and the origin (0,0) is 6 units.

Therefore, the scale factor of this dilation is 4/6, or 2/3.

2(9 - 2 + 3) divide 4

Answers

Answer:

im pretty sure the answer is 5

Step-by-step explanation:

Answer:

The answer to this question is 5

Step-by-step explanation:

2(9 - 2 + 3) / 4

2(7 + 3) / 4

2(10) / 4

20 / 4

= 5

Therefore, the answer to this question is 5

Each histogram represents a set of data with a median of 29.5. Which set of data most likely has a mean that is closest to 29.5?

Answers

Answer: 30

Step-by-step explanation:

Answer: B

Step-by-step explanation:

The mean and median will be close or the same when the graph is symmetrical

using the exponential smoothing model for forecasting, the smoothing constant alpha determines the level of smoothing and what?

Answers

Answer:

Step-by-step explanation: The speed of reaction to differences between forecasts and actual results. is the answer i think

Anyone know this if u do pls help and have a nice day

Anyone know this if u do pls help and have a nice day

Answers

Because for input=-2 there are more than one outputs. It means the this is not a function and it’s impossible to find a rule.

Given the function f(x)=3x^5 and g(x)=7*4^x, Which statement is true
A. f(5)>g(5)
B.f(5) C.f(5)=g(5)

Answers

A function is defined as a relation between a set of inputs having one output each. In simple words, a function is a relationship between inputs where each input is related to exactly one output.

What is a function?

The process of evaluating a function is typically straightforward when we have the function in the form of a formula. For instance, it is possible to evaluate the function f(x)=53x2 by first squaring the input number, multiplying by 3, and then subtracting the result from 5.

The algebraic expression should often take one of the following forms: addition, subtraction, multiplication, or division. Bring the variable to the left and the remaining values to the right to determine the value of x.

To determine the outcome, simplify the values. The abscissa is the x value of the point (x, y). It shows how far a point is from the origin or from the x-axis' horizontal axis. 

To learn more about  evaluating a function refer to:

https://brainly.com/question/2284360

#SPJ1

Which equation has a greater rate of change than the linear function in the table?
х
-5
y
-18
-3
-8
1
12
22
3
A
y=6x + 13
B
y = 52 – 3
С
y=-3x + 2
D
y = -4x – 18

Answers

Answer:

a.y=6x+13 has a greater rate of change

tom's age is $t$ years, which is also the sum of the ages of his three children. his age $n$ years ago was twice the sum of their ages then. what is $t/n$?

Answers

Answer:

t/n = 5

Step-by-step explanation:

Now:

Let t = Tom's age now.

Let s = sum of children's ages now.

n years ago:

Tom's age = t - n

Each of the three children was n years younger, so the sum of their ages n years ago is s - 3n

t = s

t - n = 2(s - 3n)

t = s

t - n = 2(t - 3n)

t = s

t - n = 2t - 6n

t = s

-t = -5n

-t/n = -5

t/n = 5

I Will Give You A Brainliest. I Need This Before 11/12/20 4pm.

I Will Give You A Brainliest. I Need This Before 11/12/20 4pm.

Answers

Answer:

C Subtraction property of equality

Step-by-step explanation:

You are subtracting 21 from both sides in step 3

Answer:

I would guess C

Step-by-step explanation:

I hope I'm correct, good luck.

Declaring instance variables ________ is known as data hiding or information hiding.
a. secure
b. private
c. static
d. masked

Answers

Declaring instance variables as B. private is known as data hiding or information hiding.

In object-oriented programming, the visibility or accessibility of variables and methods is controlled by access modifiers. By declaring instance variables as private,

we restrict their access to within the class itself. This means that the variables cannot be accessed or modified directly from outside the class, including from other classes or objects.

Data hiding, or information hiding, is an important concept in object-oriented programming. It helps encpsulate the internal implementation details of a class, providing a level of abstraction and protecting the data from unintended modification or access.

By declaring instance variables as private, we enforce encapsulation and ensure that the variables can only be accessed and manipulated through public methods or interfaces defined by the class.

Using private instance variables promotes better software design, as it allows for better control over the state of an object and reduces dependencies on its internal structure.

It also provides a way to protect sensitive or critical data within an object, enhancing security and preventing unauthorized access.

To know more about variable click here

brainly.com/question/2466865

#SPJ11

Which set of ordered pairs (x, y) could represent a linear function?
A = {(-2,5), (0, 3), (2, 1), (5,-2)}
B = {(2,9), (4,5), (5,2), (6,0)}
C = {(-3,-8), (0,-4), (3,-1), (6,2)}
D = {(-2,3), (0, -1), (2,-4), (4,-7)}

Answers

B. all the x’s are different meaning it could represent a linear function. hope this helps!

CASE :
A stationery shop has been running for 10 years and is located
near a campus where you study in Jakarta. You often stop by this
store to buy stationery, markers, rulers, and photocopiers for
co

Answers

The given paragraph states that a stationery shop has been running for 10 years near campus in Jakarta.

Students like the asker often visit this store to purchase stationery, markers, rulers, and photocopiers.

The word "been" is a past participle of the verb "be." It is used to show the completion of an action in the past.

In this case, it implies that the stationery shop has been operating for the past 10 years near the campus.

The sentence can be rewritten as follows to make use of the word "been":

"The stationery shop has been providing stationery, markers, rulers, and photocopiers to students near the campus for 10 years."

To know more about the word implies visits :

https://brainly.com/question/2507296

#SPJ11

4d+8+3y+7 simplify your answer

Answers

Answer:

add 8 and 7= 4d + 3y + 15

Step-by-step explanation:

trust me :)

I need help solving this problem

I need help solving this problem

Answers

3/5 is the correct answer for sin s

I need to solve this triangle. PLSSS help!!!!!!!!!!

I need to solve this triangle. PLSSS help!!!!!!!!!!

Answers

the missing line is 0.4

all triangles equal 180 (or 18.0)

7.1 + 10.5 = 17.6

18.0 - 17.6 = 0.4

the missing line is 0.4 I rlly hope dis helped!!!

What is SSS AAS SAS ASA?.

Answers

Answer:

SSS: Side-Side-Side

AAS: Angle-Angle-Side

SAS: Side-Angle-Side

ASA: Angle-Side-Angle

Step-by-step explanation:

These are all used for triangles and proofs :)

Three white balls and three black balls are distributed in two urns in such a way that each contain three balls. We say that the system is in state i, i=0,1,2,3, if the first urn contains i white balls. At each step, we draw one ball from each urn and place the ball drawn from the first urn into the second, and conversely with the ball from the second urn. Letdenote the state of the system after the nth step. Explain whyis a Markov chain and calculate its transition probability matrix.

Answers

The process described above satisfies the Markov property because the future state of the system only depends on the current state, and not on any previous states. The transition probability matrix is P =\(\left[\begin{array}{cccc}0&1&0&0\\1/2&0&1/2&0\\0&1/2&0&1/2\\0&0&1&0\end{array}\right]\)  

In other words, given the current state, the probability distribution of the next state depends only on the current state and not on any previous history.

Let Xn denote the state of the system after the nth step, where Xn = i means that the first urn contains i white balls and 3-i black balls. Since each step involves drawing one ball from each urn and switching them, the number of white balls in the first urn can only change by one after each step. Thus, the only possible transitions are:

If Xn = 0, then the next state Xn+1 can only be 1, with probability 1, since there is only one white ball in the first urn.

If Xn = 1, then the next state Xn+1 can be either 0 or 2, each with probability 1/2, since there are two white balls in the first urn and each ball is equally likely to be drawn.

If Xn = 2, then the next state Xn+1 can be either 1 or 3, each with probability 1/2, since there are two black balls in the first urn and each ball is equally likely to be drawn.

If Xn = 3, then the next state Xn+1 can only be 2, with probability 1, since there is only one black ball in the first urn.

Therefore, the transition probability matrix is:

P =\(\left[\begin{array}{cccc}0&1&0&0\\1/2&0&1/2&0\\0&1/2&0&1/2\\0&0&1&0\end{array}\right]\)  

where Pij is the probability of transitioning from state i to state j. For example, P12 = 1/2 means that the probability of transitioning from state 1 (one white ball in the first urn) to state 2 (two white balls in the first urn) is 1/2.

Correct Question :

Three white balls and three black balls are distributed in two urns in such a way that each contain three balls. We say that the system is in state i, i=0,1,2,3, if the first urn contains i white balls. At each step, we draw one ball from each urn and place the ball drawn from the first urn into the second, and conversely with the ball from the second urn. Let Xn denote the state of the system after the nth step. Explain why Xn = 0, 1, 2, ......... is a Markov chain and calculate its transition probability matrix.

To learn more about Markov property here:

https://brainly.com/question/17294731

#SPJ4

Other Questions
#1.) What is the slope between point C and Point D? *Please Show All Work*#2.) What is the equation of the line (Slope-Intercept Form: y = mx + b) that represents the climb from Point C to Point D? *Please Show All Work*#3.) What is the domain and range the C to D part of the roller coaster? Find area of rectangle Pls help Todays Supply chain challengen 6lobal Supply chain with langlead times Rising and shifting customer expectations Increase in labor costs in developing countrien. Increase in logistics cost Importance of sustainibility. rolatitity. Unprecedented cupply chain Impact of supply chain due to flood in Pakistan There is a bag filled with 5 blue, 6 red and 2 green marbles.A marble is taken at random from the bag, the colour is noted and then it is replaced.Another marble is taken at random.What is the probability of getting 2 reds? Which of these words can help you evaluate sources? Select all the correct answers." Reporting verbs (argue, explain, suggest)Feeling words (boring, like, dislike, I think)Value adjectives (e.g., balanced, adequate, confusing) Adverbs (potentially, somewhat, mildly) O Sarah has at most$30 to spend at the greenhouse on flowers for her summer garden. Impatientscost $2 each and coneflowers are $3 each. If Sarah buys 8 impatients, how many coneflowerscan she afford? Yes 4. The following problem can be solved graphically in the dual (only two choice variables) and then the primal variables can be inferred using complementary slackness. Choose nonnegative x, X2, X3, X4 and xs to maximize 6x + 5x2 + 4x3 + 5x4 + 6x6x subject to x + x + x3 + x + x5 3 and 5x + 4x + 3x + 2x + x 14. a) Find the dual of the above LP. Solve the dual by inspection after drawing a graph of the feasible set. b) Using the optimal solution to the dual problem, and the complementary slackness conditions, determine which primal constraints are active, and which primal variables must be zero at an optimal solution. Determine the optimal solution to the primal problem. Which of the following investment offers cash flows that are similar to perpetuities? Common Stocks 30-year Treasury Bonds Preferred Stock Commercial Papers who oversaw the era in english history known as the golden age? What is the probability of flipping a fair coin and having 3 consecutive heads? several systematic factors or biases are associated with the model. for example, if you measure participants too soon after taking the initial test, they may view the retest as a test of their memory and attempt to exactly match their previous responses. to avoid problems with this scale consistency test, researchers will use equivalent-form reliability. please type the correct answer in the following input field, and then select the submit answer button or press the enter key when finished. wjdjjdjsjfjzjjdnjnsnfenndnjjdjfjjfjfjrjrjjff What makes composing functions different from doing an arithmetic operation of two functions such as adding or dividing them? (50 points) please i beg xoxoxo Which of the following would shift the Supply curve for gasoline to the left? a. an decrease in consumer income, assuming gasoline is a normal good b. a decrease in the expected future price of gasoline c. an decrease in the price of gasoline d. An increase in price of oil, which is an input for gasoline. . Why is Gandhi giving advice or comfort to Dr. King in this cartoon? How many rows would be returned from a cross join of tables A and B, if A contains 8 rows and B contains 18 Other than wind, the most significant factor that influences the movement of ocean water at the surface is thePLEASE HELP ME explain why water comes to your mouth when you suek water in glass using drinking straw one of the main reasons for an increase in gonorrhea in the last couple of decades has been 3 is the _________ of -3A- opposite B- absolute value C- both