5) Which is the better deal for mechanical
pencils?
(Hint: better deal means CHEAPER!)
Target: 4 pencils for $1.25
Staples: 25 pencils for $5.69

Answers

Answer 1

Answer:

Staples

Step-by-step explanation:

5.69/25<1.25/4

Answer 2

Answer:

Target

Step-by-step explanation:

Buying let's say you buy 4 packs close to the amount of Staples you'd get 16 pencils.

(ps sorry if I'm wrong lol)


Related Questions

How do I solve this??

How do I solve this??

Answers

Answer:

20

Step-by-step explanation:

The angle opposite 120 degress is the same as 120 degrees

So 6x = 120

x = 120/6

x = 20

Edit: Added Diagram (:

How do I solve this??

the queue model follows m/m/1 with request arrival rate = 4 req/s and request processing rate = 20 req/sQ1. What is the server utilization? Q2. What is the average response time in the system? Q3. What is the average waiting time in the queue?

Answers

1. The server utilization is 500%.

2. The average response time in the system cannot be accurately calculated due to an overloaded and unstable system.

3. The average waiting time in the queue cannot be accurately calculated due to an overloaded and unstable system.

Q1. How do we calculate server utilization?

The server utilization can be calculated by dividing the request processing rate by the request arrival rate. In this case, the server utilization would be:

Server Utilization = Request Processing Rate / Request Arrival Rate

= 20 req/s / 4 req/s

= 5/1

= 5

Therefore, the server utilization is 5 or 500% (since it exceeds 100%).

Q2. How do we calculate average response time?

To calculate the average response time in the system, we need to consider the queuing delay (waiting time in the queue) and the service time (time taken to process a request). In the M/M/1 queue model, the average response time is the sum of the average queuing delay and the average service time.

Average Service Time = 1 / Request Processing Rate

= 1 / 20 req/s

= 0.05 s

The M/M/1 queue model has a known formula for the average queuing delay, which is:

Average Queuing Delay = (Server Utilization²) / (1 - Server Utilization) * Average Service Time

= (5²) / (1 - 5) * 0.05 s

= 25 / -4 * 0.05 s

= -1.25 s

Since the queuing delay cannot be negative, it suggests that the server is overloaded, and the system is unstable. In this case, the average response time cannot be calculated accurately using the M/M/1 model.

Q3. How do we calculate average waiting time?

Similarly, to calculate the average waiting time in the queue, we can use the formula for the average queuing delay mentioned above:

Average Waiting Time = (Server Utilization²) / (1 - Server Utilization) * Average Service Time

= (5²) / (1 - 5) * 0.05 s

= -1.25 s

Again, due to the negative value, it suggests an overloaded and unstable system, so the average waiting time cannot be accurately calculated using the M/M/1 model.

Learn more about server utilization

brainly.com/question/31412570

#SPJ11

The slope of the line below is -1/7. write a point slope equation of the line using the coordinates of the labeled point.

The slope of the line below is -1/7. write a point slope equation of the line using the coordinates of

Answers

The equation of a straight line can be written if its slope and any one point lying on it is given. The  equation of the line for given slope and point is  (y - 3) = -1 / 7 × (x - 3). The correct answer is option B.

What is the equation for a straight line?

A straight line can be written in the form of equation as, y = mx + c.

Two straight lines intersect each other only at one point.

When two straight lines are parallel to each other the angle between them is zero.

Given that,

The slope of the line = -1 / 7

The coordinate of the point on the line = (3,3)

The equation of a line having slope m and passing through a point (x₁, y₁) is given as,

(y - y₁) / (x - x₁) = m

Thus, the equation of the line for given slope and point is given as,

(y - 3) / (x - 3) = -1 / 7

=> (y - 3) = -1 / 7 × (x - 3)

Hence, the equation of the line for given slope and point is  (y - 3) = -1 / 7 × (x - 3).

To know more about straight line equation click on,

https://brainly.com/question/21627259

#SPJ1

HELP ASAP PLEASE WILL MARK BRAINIEST

HELP ASAP PLEASE WILL MARK BRAINIEST

Answers

Answer:

I thinks its 180 degrees conter clockwise

so one square thing is 90 degrees

and it goes 2 times

u welcome and good luck :)

Answer:

The answer is rotation 180 degrees counterclockwise about the origin.

Step-by-step explanation:

The first choice.

Looking at the other choices when u do a reflection across the y-axis then 8 units up point b doesn’t match up.

Second choice.

When you do a reflection across the x-axis you would have to do 10 units to the left not 4.

Third choice.

If u just do a rotation 90 degrees the triangle wouldn’t be in the right quadrant.

Therefore the choice is 4 the last one

Find the equation of the line shown.

Find the equation of the line shown.

Answers

Answer:

I think that it is y= -2x +9

Step-by-step explanation:

I am sure about the slope but the y-intercept (9) might be wrong.

Which set of slopes are perpendicular? 3,-3 -4, 1/4 5/3, 3/5 ,

Which set of slopes are perpendicular? 3,-3 -4, 1/4 5/3, 3/5 ,

Answers

Two lines are perpendicular when the product of their slope is equals to minus one. It is represented mathematically as

\(m_1m_2=-1\)

From the option the answer will be B.

\(\begin{gathered} -4\times\frac{1}{4}=-1 \\ \text{where} \\ m_1=-4 \\ m_2=\frac{1}{4} \end{gathered}\)

is
this correct?
What is \( y \) after the following switch statement is executed? int \( x=3 \); int \( y=4 \); switeh \( (x+3) \) 1 caso 6: y-0; case 1: y-1; default: y +-1; 1 A. 1 B. 2 c. 3 D. 4 E. 0

Answers

After the execution of the given switch statement, the value of y will be 1

The given switch statement has the following code:

int x=3;int y=4;switch(x+3){case 6:y=0;break;case 1:y=1;break;default:y+=1;}

Let's go through each case step by step: x+3=6: In this case, the value of x + 3 is 6. So, the value of y will be 0.

Therefore, case 6 will be executed and y will be 0.x+3=1: In this case, the value of x + 3 is 6.

So, the value of y will be 1.

Therefore, case 1 will be executed and y will be 1.x+3= Other than 1 or 6: In this case, the value of x + 3 is 6. So, the value of y will be increased by 1.

Therefore, default case will be executed and y will be 5.

Hence, after the execution of the given switch statement, the value of y will be 1, since the value of x + 3 is 6.

Hence the correct answer is A; 1

To learn more about statement follow the given link

https://brainly.com/question/20228453

#SPJ11

A study compared the effects of regular-fat cheese to an equal amount of reduced-fat cheese on LDL cholesterol levels. What is/are the dependent variable(s)?

a. regular fat cheese

b. LDL levels

c. reduced fat cheese

d. both a and b

e. both b and c

Answers

In the given study comparing the effects of regular-fat cheese to reduced-fat cheese on LDL cholesterol levels, the dependent variable(s) refers to the outcome(s) that are being measured or observed. In this case, the dependent variable in this study is: b. LDL levels

The dependent variable is the variable that is measured or observed to assess the effect of the independent variable(s). In this case, the study is comparing the effects of regular-fat cheese and reduced-fat cheese on LDL cholesterol levels.

LDL cholesterol levels are the outcome being measured to determine the impact of the different types of cheese on cholesterol. Therefore, option b, LDL levels, is the dependent variable in this study. Options a (regular fat cheese) and c (reduced fat cheese) are not the dependent variables but rather the independent variables, as they are the different conditions being compared to assess their effect on LDL levels.

Option d (both a and b) and option e (both b and c) are incorrect because regular-fat cheese (option a) is an independent variable, not a dependent variable.

To know more about dependent variable refer here:

https://brainly.com/question/1479694?#

#SPJ11

For the years 1970-2006, the percent of females in the workforce is given by y=11.596+8.540lnx, where x is the number of years from 1960.(a) What does the model predict the percent to be in 2013? In 2018?(b) Is the percent of female workers increasing or decreasing?If $4000 is invested in an account earning 7% annual interest compounded continuously, then the number of years that it takes for the amount to grow to $8000 is n= ln2 0.07. Find the number of years.The number of periods needed to double an investment when a lump sum is invested at 11% compounded bimonthly is n= log2 0.0079. In how many years will the investment double?

Answers

a) The percentage of females in the workforce in the year 2013 and 2018 can be found using the given equation: y = 11.596 + 8.540 ln(x), where x is the number of years from 1960. We need to find the value of y when x is 53 (2013) and 58 (2018), as we know that 1970 was 10 years after 1960.

So, when x = 53 (in the year 2013), the percentage of females in the workforce can be found as: y = 11.596 + 8.540 ln(53)

= 11.596 + 8.540 × 3.970

= 11.596 + 33.8618

= 45.4578 %

Therefore, the model predicts that the percentage of females in the workforce was 45.4578% in 2013.

Similarly, when x = 58 (in the year 2018), the percentage of females in the workforce can be found as:

y = 11.596 + 8.540 ln(58)

= 11.596 + 8.540 × 4.060

= 11.596 + 34.7244

= 46.3204 %

Therefore, the model predicts that the percentage of females in the workforce was 46.3204% in 2018.

b) To determine if the percentage of female workers is increasing or decreasing, we need to look at the coefficient of ln(x) in the given equation. Here, the coefficient of ln(x) is positive (8.540). Hence, the percentage of female workers is increasing over the years.

Therefore, the percentage of female workers is increasing.

For further information on Percentage, refer below:

https://brainly.com/question/29306119

#SPJ11

a horse with no name
father and son make a 64km journey through the desert, starting at 4pm

Answers

Answer:

----------------------------------------------------------------------------------------------------------

The time they arrive at the destination is 9:24 am the next day

How to determine the time they arrive at the destination.

From the question, we have the following parameters that can be used in our computation:

Time = 4 pm

Distance = 64 km

Start by calculating time taken for the father to ride the horse and son to walk the first 32 km:

Time = Distance / (Difference between rates of father and son)

Time = 32 km / (8 km/h - 3 km/h)

Time = 32 km / 5 km/h

Time = 6.4 hours

Calculate time taken for the son to ride the horse and father to walk the remaining 32 km:

Time = Distance / (Difference in Speed)

Time = 32 km / (8 km/h - 4 km/h)

Time = 32 km / 4 km/h

Time = 8 hours

So, we have

Total time = 6.4 hours + 8 hours + 3 hours break + 4 pm

Evaluate

Total time = 9:24 am the next day.

Work out the missing angle

Work out the missing angle

Answers

Answer:

95

Step-by-step explanation:

Angle sum in a trianle=180

Angle a=180-50-35=95

95 is the answer :))

Someone please help?

Someone please help?

Answers

Answer:

I think it's C the third answer choice

Step-by-step explanation:

PLEASEEEEE HELPPPP!!!!!!!

Martha likes to bowl and wants to compare total costs to find the bowling alley that offers the better deal. She has two bowling alleys to consider:


• “Ten Pin Alley” charges $3.00 for shoe rental and $2 per game.

• “Northrock Lanes” charges $6.00 for shoe rental and $1 per game.


Write a system of equations to represent this situation where x represents the number of games bowled and y represents the total cost.

Answers

Answer:

3+x=y

x=2/y=5

6+x=y

x=1/y=7

A linear transformation is a special type of function A. True A linear transformation is a function from R to R that assigns to each vector x in R a vector T(x) in R B. True. A linear transformation is a function from R^n to R^m that assigns to each vector x in R^n a vector Tx) in R^m
C. False. A linear transformation is not a function because it maps more than one vector x to the same vector T(X) .
D. False A linear transformation is not a function because it maps one vector x to more than one vector T(x).

Answers

The required answer is the correct statements are A and B.

A linear transformation is a special type of function. It is a function that maps vectors from one vector space to another, while preserving certain properties.

Option A states that a linear transformation is a function from R to R that assigns to each vector x in R a vector T(x) in R. This is true. A linear transformation can indeed be a function from R to R, where both the domain and the codomain are the same vector space.

Option B states that a linear transformation is a function from R^n to R^m that assigns to each vector x in R^n a vector T(x) in R^m. This is also true. A linear transformation can have different dimensions for the domain and the codomain. It can take in vectors of size n and output vectors of size m.

Option C
states that a linear transformation is not a function because it maps more than one vector x to the same vector T(x). This statement is false. A linear transformation can map different vectors to the same vector, and it will still be a valid function. The key is that the transformation should preserve vector addition and scalar multiplication properties.

Option D
states that a linear transformation is not a function because it maps one vector x to more than one vector T(x). This statement is also false. A linear transformation should not map one vector to multiple vectors. Each vector in the domain should have a unique corresponding vector in the codomain.

In conclusion, the correct statements are A and B. A linear transformation can be a function from R to R or from R^n to R^m. It is not necessary for the transformation to map one vector to more than one vector or to map multiple vectors to the same vector.

To know about linear transformation. To click the link.

https://brainly.com/question/13595405.

#SPJ11

2. When making lemonade with a lemon flavor powder and water, the more powder you use per gallon of
water, the stronger the lemon flavor will be. Clare mixes 2 gallons of water with cup of lemonade
lemonade powder. Whose lemonade will taste
powder. Han mixes 1 gallon of water with
stronger? Inline Choice 1
Inline Choice 1:
1. Clare
2. Han
3. Both are the same
-
4
-
3

Answers

Han's lemonade will have a stronger lemon flavor than Clare's.

Concentration problem

Clare is using 1 cup of lemonade powder per gallon of water, whereas Han is using 1 cup of lemonade powder per gallon of water.

Concentration of Clare's solution = 1 lemonade cup per 2 gallons of water.Concentration of Han's solution = 1 lemonade cup per 1 gallon of water

Thus, Han's lemonade will have a higher concentration of lemonade powder, resulting in a stronger lemon flavor. The ratio of powder to water is important in determining the strength of the flavor.

More on concentration of solutions can be found here: https://brainly.com/question/28943342

#SPJ1

Problem 6 (16 points). An individual opens a savings account with an initial investment of $500. The bank offers her an annual interest rate of 9%, which is continuously computed. She decides to deposit $200 every month. a) Write an initial value problem that models this investment over time. b) Solve the IVP.
c) What is the value of the investment in 2 years? d) After the 2 year mark, she increases her monthly investment to $300. What is the value of the investment a year later? Show all your work for full credit; you may use a calculator for this problem. Problem 7 (16 points). Solve the following IVP: ycosx−2xe y coz x − 2x eʸ -6x² - (x² eʸ - sin x - 4) yᶦ = 0; y (π) = 0

Answers

The investment problem is modeled by an initial value problem (IVP) where the rate of change of the investment is determined by the initial investment, monthly deposits, and the interest rate.

a) The investment problem can be modeled by an initial value problem where the rate of change of the investment, y(t), is given by the initial investment, monthly deposits, and the interest rate. The IVP can be written as:

dy/dt = 0.09y + 200, y(0) = 500.

b) To solve the IVP, we can use an integrating factor to rewrite the equation in the form dy/dt + P(t)y = Q(t), where P(t) = 0.09 and Q(t) = 200. Solving this linear first-order differential equation, we obtain the solution for y(t).

c) To find the value of the investment after 2 years, we substitute t = 2 into the obtained solution for y(t) and calculate the corresponding value.

d) After 2 years, the monthly deposit increases to $300. To find the value of the investment a year later, we substitute t = 3 into the solution and calculate the value accordingly.

Learn more about Initial Value Problem: brainly.com/question/31041139

#SPJ11

A random walk process for a single stock consists of the toss of a fair coin at the end of each day. If the outcome is heads, the stock price increases by 1.25 percent. If the outcome is tails, the stock price decreases by 0.75 percent. What is the drift of such a process

Answers

Answer:

+0.25

Step-by-step explanation:

Calculation to determine the drift of such a process

Using this formula

Drift=(Increases in stock price*50%)- (Decreases in stock price *50%)

Let plug in the formula

Drift = (0.5)(1.25) + (0.5)(-0.75)

Drift =0.625+ (0.375)

Drift = +0.25%

Therefore the drift of such a process is +0.25

A built up steel beam uses a W18x97 on its top and with a 1 " ×32" vertical plate and a 2"×16" horizontal plate. Assuming the vertical plate is centered on the wide flange's web, determine the centroidal moments of inertia. Use the same previous instruction in Quiz No. 5 for the computation of centroids.

Answers

The centroidal moments of inertia can be calculated by determining the moments of inertia for each component and applying the parallel axis theorem.



To determine the centroidal moments of inertia for the given built-up steel beam, we need to calculate the individual moments of inertia for each component and then use the parallel axis theorem to find the total centroidal moments of inertia.

First, we calculate the moment of inertia for the W18x97 wide flange beam using its properties. The moment of inertia for a wide flange beam can be found in engineering handbooks or online databases.Next, we calculate the moment of inertia for the vertical plate. Since it is centered on the web of the wide flange, its centroid coincides with the centroid of the wide flange.Similarly, we calculate the moment of inertia for the horizontal plate. Since it is also centered on the web, its centroid coincides with the centroid of the wide flange.

Finally, we use the parallel axis theorem to find the total centroidal moments of inertia. The parallel axis theorem states that the moment of inertia about any axis parallel to an axis through the centroid is equal to the sum of the moment of inertia about the centroidal axis and the product of the area and the square of the distance between the two axes.In this case, the total centroidal moments of inertia will be the sum of the moment of inertiainertia of the wide flange beam, the vertical plate, and the horizontal plate.

To learn more about parallel axis theorem click here

brainly.com/question/32657307

#SPJ11



Two students expanded the expression (2 - 3x)²

One student got the answer 4 – 12 x + 9x² and the other student got the answer 4 + 9x². Which student is correct? Explain your reasoning.

Answers

Based on the expanded the expression (2 - 3x)², the student who got the answer 4 – 12 x + 9x² is the first student.

What is a quadratic function?

In Mathematics, a quadratic function can be defined as a mathematical expression which defines and represent the relationship that exists between two (2) or more variable on a graph, with a maximum exponent of two (2).

In Mathematics, the standard form of a quadratic function is given by ax² + bx + c = 0.

By applying the following binomial expression to the given quadratic function, we have:

(a - b)² = a² - 2ab + b²

(2 - 3x)² = 4 - 2(2)(3x) + 3x²

4 - 2(2)(3x) + 3x² = 4 - 12x + 9x².

Read more on quadratic functions here: brainly.com/question/24020644

#SPJ1

Graph 0.04x+0.02y=0.08.

Graph 0.04x+0.02y=0.08.

Answers

Answer: Graph attached

Graph 0.04x+0.02y=0.08.

Answer:

view attached graph.

Step-by-step explanation:

0.04x + 0.02y = 0.08.

0.02y = -0.04x + 0.08

/0.02    /0.02

y = -2x + 4

Hope this helps!

Graph 0.04x+0.02y=0.08.

Is 3/6 14/28 16/32 17/34 a proportional relationship

Answers

Answer:

Not proportional

Step-by-step explanation:

3/6=1/3

14/28=1/2

16/32=1/3

17/34


If m< 1 equals (4x + 2)° and m<2 equals 110°, what is the value of x?

If m&lt; 1 equals (4x + 2) and m&lt;2 equals 110, what is the value of x?

Answers

Step-by-step explanation:

as, sum of all angles on a Straight line is 180°

so,

4x + 2 + 110 = 180

4x + 112 = 180

4x = 180 - 112 = 68

x = 68 /4 = 17

x = 17

therefore, value of x is 17°

hope this answer helps you dear!

Someone plese help me!

Someone plese help me!

Answers

Based on probability, the proper response to the stated question is (a) 4/5.

What is Probability?

Probability measures the likelihood and chance of an event happening. It is a number in the range of 0 and 1, where 0 denotes impossibility and 1 denotes assurance. P(A) stands for probability of event A. The percentage of favourable outcomes to all conceivable outcomes, or the probability of an occurrence, is calculated.

The outcomes of the spinner, which has numbers from 1 to 5, are all equally likely. Getting a number higher than 1 on the spinner is the ">1" event.

The spinner has a total of 5 potential outcomes (numbers 1 to 5), and 4 of them (numbers 2 to 5) are higher than 1. As a result, there is a 4/5 chance of spinning a number higher than 1.

The right response is therefore (a) 4/5.

To know more about probability, visit:

brainly.com/question/13604758

#SPJ1

24 students in a class took a math test. if 18 students passed the test, what percent passed

- i’m pretty sure 75% passed because 18 / 24 = 75% (“/“ = divide)

Answers

9514 1404 393

Answer:

  75%

Step-by-step explanation:

You are correct:

  18/24 = 3/4 = (3/4)×100% = 75%

75% of the students passed the test.

Answer:

hope this pic helps you

The radius of a circle is 4 kilometers. What is the circumference?

The radius of a circle is 4 kilometers. What is the circumference?

Answers

Answer:

25.12 kilometers

Step-by-step explanation:

\(c = 2\pi \: r\)

C = 2 × 3.14 × 4

C = 25.12

An interger between -5 and -6

Answers

Answer:

None!

Step-by-step explanation:

First off, what is an integer? An integer is a number that is not a fraction or a whole number but it can be negative or positive.

-5 and -6 are both integers and they are both consecutive integers meaning that they are following one another. So they is no integer between -5 and -6.

In tutorial section LP 1.2.3, we worked out the angular ODE from the separation of variables for Laplace's equation in spherical polar coordinates, under the assumption of azimuthal symmetry (m = (]. Under the change of variable r = cos 8, we found Legendre's equation (LP eqn 11): (1 - x?) y" - 2ry' + Ay = 0 where A is a separation constant and y(I) is a function of I = cos 6. Compute the Wronskian functional for this differential equation. [P = X Enter your answer in terms of only A, I. Using your Wronskian result, find all values of a where the equation is singular Enter your answer as a list: ($1, 12, . . .). 1.0. - 1 X Note: . Wronskian functionals are explained fully in the SOLDE section of your tutorial . Remember that your tutorial has Hints in it, at the end of each chapter, If you're stuck, they are often quite useful!

Answers

The Wronskian functional for Legendre's equation is given by W(y₁, y₂) = y₁ y₂' - y₁' y₂. The equation becomes singular at the values of A given by A1 = y1 y1' - y₂ y₂' and A₂ = y₁ y₂' - y₁' y₂.

The Wronskian functional for Legendre's equation:

W(y₁, y₂) = y₁ y₂' - y₁' y₂

where y₁ and y₂ are two solutions to Legendre's equation.

To find the values of A where the equation is singular, we can set W(y₁, y₂) = 0. This gives us the equation:

y₁ y₂' - y₁' y₂ = 0

This equation can be solved for A as follows:

A = (y₁ y₂' - y₁' y₂)/(y₁ y₁' - y₂ y₂')

The possible values of A are then the roots of the denominator of this expression.

The denominator of this expression is a quadratic in A, so it has two roots. The roots are:

A₁ = y₁ y₁' - y₂ y₂'

A₂ = y₁ y₂' - y₁' y₂

Therefore, the possible values of A where Legendre's equation is singular are:

A₁, A₂

To know more about Wronskian functional refer here :    

https://brainly.com/question/32503182#

#SPJ11      

How is 6% expressed as a fraction in lowest terms

Answers

6% expressed as a fraction in lowest terms is 3/5

Hexagon HEXAGZ has vertices H(3,0), E(1, -2), X(-1, -2), A(-3,0), G(-2,2), and Z(1,2). What are the coordinates of the image of HEXAGZ for a dilation with center (0,0) and a scale factor of 3.5?

Answers

Answer: ion know

Step-by-step explanation: 1 + 2 = 3


write a multiplication equation to represent each division equation 50 divided by 10 equals 5

Answers

Answer: this questions kind of confusing, but my guess is:

10x5=50 Becuase that's the same thing as saying 50/10 =5

Step-by-step explanation:

Other Questions
Had to split question into two photos for words to remain clear and visible.Question 1 Your firm receives an average of 74895 remitances per month with an average face value of $10,4 to company headquarters. The average mail eley is 3 days. The typical remittance remains at head volable in 2 days. Assume that the opportunity investment rate is 5% and that it costs your firm $0. current cash collection system? James and mark are delivering newspapers. If James delivers 100 papers in one hour and Mark delivers150 papers in two hours, how long will it take both of them working together to deliver 1225newspapers? For a primary producer, the main function of photosynthesis is to manufacture: Europe is a multicultural region, meaning that __________. A. all people in the region have the same ethnic background B. all countries in the region were once communist C. the region has many different ethnic groups and languages D. governments in the region do not tolerate diversity baby boomers is a nickname for people born between and An opinion poll was conducted to know whether parents play a role in shaping a career for their children. Respondents were asked to vote "Yes" if they think parents have a role to play and "No" if they think parents have no role to play in shaping the career of their children. Is the study observational or experimental? If it is an experiment, what is the controlled factor? True or False? if you are the founder of a company all of your stock vests at the closing of the financing with the investors Please help! What is the probability a customer ordered a small, given that he or she ordered a hot drink? answer has to be rounded to the nearest percentage. Please look at this photo A person is pushing their baby in a stroller at a constant speed. Which of the following statements are true? Choose all that are correct.-the force of the person on the stroller must be greater than the force of the stroller on the person, otherwise they wouldn't move-the force of the person on the stroller must be equal to the force of the stroller on the person because they're moving at a constant speed-the force of the person on the stroller must be equal to the force of the stroller on the person because of Newton's 3rd Law-the net force on the stroller must be 0 because it's moving at a constant speed-the net force on the stroller must be 0 because of Newton's 3rd Law-the net force on the stroller must not be zero, otherwise it wouldn't move Amy split $53.20 between 3 people. What is the dividend? Select the correct answer.What is a theme of the passage?O A.OB.O C.O D.Love can be found when you least expect it.Relationships should be built on common interests.Balance should be found between work and personal life.One should invest in the parts of life that matter.ResetNext The following information is known about a loan.Time = 8 yearsInterest rate = 14%Principal = $1,010What is the total amount of simple interest that is earned?A. $113.20B. $1,131.20C. $11,311.20D. $113,112.00 Refrigerant-134a enters an adiabatic compressor as saturated vapor at 100 kPa at a rate of 0.7 m3 /min and exits at 1-MPa pressure. If the isentropic efficiency of the compressor is 87 percent, determinea) The temperature of the refrigerant at the exit of the compressorb)The power input, in kW.c) Show the process on a T-s diagram with respect to saturation lines. Please help very easy and due in 10 min very easy please i beg QUESTION 1Read the list of elements from the story's setting. Choose Yes if that element affects the development of the plot. Choose No if does not.the front steps O Yes O Nothe country cottage O Yes O Nothe noisy traffic O Yes O Nothe open sidewalk O Yes O Nothe garbage dumpster O Yes O No What are the 10 most common interview questions and answers? PLS HURRY 1. Are methane and carbon pure substances, yes or no?If they are then which of the following is methane: compound, element, mixture Connie keeps her sports card collection in a 54-page book. Each page has 9 slots for cards.Football cards take up the first 18 pages of the book. Use the drop-down menus to describehow many slots in the book may be filled with baseball cards. 1. How does the narrator describe the land in the first two paragraph? 2. Compare and contrast the Narrators description of the land in the first two paragraphs with the description in the third and fourth paragraphs? 3. What figurative language does the author use in the last paragraph to draw the contrast between the two landscape? The interior designed by I. Michael Winegrad creates ________ and interesting composition by using a balance of curved and straight lines. Read event A and event B below. Type what you speculate, or think, happened between each event.A. Once let down, the cat made short work of the mice and rats.B. The king and queen cheered with delight as the soft little creature then purred in the queen's lap.What do you speculate happened between events A and B