answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
spayn [35]
2 years ago
8

An object in a simulation accelerates from rest to a speed of 4 meters per second in 2 seconds. It then accelerates linearly for

the next 3 seconds until it reaches 10 meters per second. The object remains at that speed (acceleration = 0) for 3 seconds and then de-accelerates linearly until it comes to rest 2 seconds later. Which graph demonstrates the speed of the object for those 10 seconds?

Mathematics
2 answers:
k0ka [10]2 years ago
8 0
Since you did not give the choices for which graph it represent, i will just describe what will it look like. for time 0 - 2 s , it will go diagonally upward until it reach at 4 m/s in the y axis. then from 2 - 5 sit will go diagonally upward until it reach at 10 m/s in the y axis. then from 5 - 8 s will be horizontal. then it will go diagonally downwards 
sdas [7]2 years ago
5 0

Answer:

It is given that:

  • An object in a simulation accelerates from rest to a speed of 4 meters per second in 2 seconds.

It means that the graph increases continuously from rest to 10 meters in  2 seconds. so the graph will be a straight line from t=0 to t=2 and reach speed=4.

  • It then accelerates linearly for the next 3 seconds until it reaches 10 meters per second.

i.e. again we will get a straight line joining at t=2 speed=4 and at t=5 speed=10

  • The object remains at that speed (acceleration = 0) for 3 seconds and then de-accelerates linearly until it comes to rest 2 seconds later.

i.e. the speed is then constant between 5 seconds to 8 seconds i.e. we get a horizontal line at speed=10 meters per second and then we will get a straight line decreasing linearly and reaching speed=0 from t=8 seconds to t=10 seconds.

You might be interested in
Kelly blends coffee. She mixes brand A costing $6 per kilogram with brand B costing $8 per kilogram. How many kilograms of each
sukhopar [10]

Step-by-step explanation:

Let

x

be the kg of coffee of brand A in the mix and

y

be the kg of coffee of brand B in the mix.

The total kg must be

50

.

x

+

y

=

50

The cost per kg of the mix must br

$

7.20

. For this, the total cost of the mix will be

6

x

+

8

y

, so the total cost per kg of the mix will be

6

x

+

8

y

50

.

6

x

+

8

y

50

=

7.20

Now that we have our two equations, we can solve.

6

x

+

8

y

=

7.20

⋅

50

6

x

+

8

y

=

360

From the first equation, we can multiply both sides by

6

to get:

6

x

+

6

y

=

300

Subtracting, we get:

2

y

=

60

y

=

30

Thus, we need

30

kg of brand B in our mix. This means that

50

−

30

=

20

kg will be of brand A.

6 0
1 year ago
Sean tried to drink a slushy as fast as he could. He drank the slushy at a constant rate. There were originally 275 milliliters
Inga [223]

Answer:

Step-by-step explanation:

275 (slushy) in a cup.

After 13 seconds, 210 milliliters of slushy remained.

divide the original by the seconds then the answer by the left over. And then you get your answer.

hope it helps!

please give me brainliest  

5 0
2 years ago
Read 2 more answers
At a bake shop, the cost of flour is $2.50 per pound and increases at a rate of $0.07 per month. The cost of cocoa is $6.00 per
Vesna [10]

Answer:

Step-by-step explanation:

We will find two equations for this system, one representing flour and the other representing cocoa.  For the flour, we start with $2.50, and the cost goes up .07 per month, x. The equation for that is

y = .07x + 2.50

For the cocoa, the equation is written in the exact same way, but the cost goes down.  Down is a negative thing while up is a positive thing.  The cost starts at $6.00 and goes down .03 per month, x. The equation for that is

y = -.03x + 6.00

Comparing the first equation to the second, the .07 is positive because the cost goes UP that amount per month and the .03 is negative because the cost goes DOWN that amount per month.  Get it?

If y is cost and we are tryong to find out where the cost is the same, we are looking for when y is the same.  If the first y is equal to .07x + 2.50 and the second y is equal to -.03x + 6.00, and y is equal to y, then

.07x + 2.50 = -.03x + 6.00 (this is setting the first y equal to the second y).  This is the system that describes how to find the number of months x when the cost y is the same. We'll solve it just for practice.

Combining like terms we get

.10x = 3.5 so

x = 35

Now back sub in what x equals to solve for y.  If x = 35, then in the first equation,

.07(35) + 2.50 = y and

y = 4.95 (you could have used the second equation and subbed in 35 for x and you will get the exact same y value.  Promise!)

What this answer tells us is that 35 months after the start of this pricing, the cost of flour will be the same as the cost of cocoa.  But immediately after 35 months, the costs will not be the same anymore.  It is only AT 35 months.  At 36 months, the costs will be different.

7 0
1 year ago
A) Find a recurrence relation for the number of bit strings of length n that contain a pair of consecutive 0s.
Fed [463]

Answer:

A) a_{n} = a_{n-1} + a_{n-2} + 2^{n-2}

B) a_{0} = a_{1} = 0

C)   for n = 2

  a_{2} = 1

for n = 3

 a_{3} = 3

for n = 4

a_{4} = 8

for n = 5

a_{5} = 19

Step-by-step explanation:

A) A recurrence relation for the number of bit strings of length n that contain a  pair of consecutive Os can be represented below

if a string (n ) ends with 00 for n-2 positions there are a pair of  consecutive Os therefore there will be : 2^{n-2} strings

therefore for n ≥ 2

The recurrence relation for the number of bit strings of length 'n' that contains consecutive Os

a_{n} = a_{n-1} + a_{n-2} + 2^{n-2}

b ) The initial conditions

The initial conditions are : a_{0} = a_{1} = 0

C) The number of bit strings of length seven containing two consecutive 0s

here we apply the re occurrence relation and the initial conditions

a_{n} = a_{n-1} + a_{n-2} + 2^{n-2}

for n = 2

  a_{2} = 1

for n = 3

 a_{3} = 3

for n = 4

a_{4} = 8

for n = 5

a_{5} = 19

7 0
2 years ago
6.2 ÷ 3.1<br> is equivalent to <br> 62 ÷ 31<br> The dividend and divisor were both multiplied by
VARVARA [1.3K]

Answer:

The dividend and the divisor were both multiplied by 10

Step-by-step explanation:

8 0
1 year ago
Other questions:
  • Which measurement is the best estimate for the capacity of a bottle of nail polish?
    11·1 answer
  • Becky and Michele are both shopping for a new car at two different dealerships. Dealership A is offering $500 cashback on any pu
    13·2 answers
  • Write and then solve for y = f(x) the differential equation for the statement: "The rate of change of y with respect to x is inv
    5·1 answer
  • Nancy's 50-meter freestyle swim time was 28.004 seconds. Betty’s 50-meter freestyle swim time was 27.949 seconds. What was the d
    5·2 answers
  • Livia’s bill for lunch came to $8 before tax and tip. The restaurant included a 7 percent sales tax, and she left a 15 percent t
    13·2 answers
  • Matthew ran 3/8 mile and then walked 7/10 mile. Which pair of fractions can he use to find how far he went in all? (A 15/40 and
    11·2 answers
  • A clinical trial was conducted to test the effectiveness of the drug zopiclone for treating insomnia in older subjects. Before t
    7·1 answer
  • Complete the equation of the line through (-6,5)(−6,5)left parenthesis, minus, 6, comma, 5, right parenthesis and (-3,-3)(−3,−3)
    10·1 answer
  • 21. A college professor recorded the speed with which students ran out the door after class after taking the final exam (using a
    7·1 answer
  • Ramina found the length of two pieces of ribbon to be 47.6 inches and 39.75 inches. Which is an effective estimation strategy fo
    8·3 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!