1answer.
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
Ronch [10]
3 years ago
12

2. The initially velocity of the box and truck is 60 mph. When the truck brakes such that the deceleration is constant it takes

the truck 350 ft to come to rest. During that time the box slides 10 ft and slams into the end of the truck at B. If the coeff of kinetic friction is 0.3, at what speed relative to the truck does the box hit at B? Ans: 5.29 ft/s.
Engineering
1 answer:
levacccp [35]3 years ago
6 0

Answer:

Speed with which the box hits the truck at B relative to the truck = 5.29 ft/s

Explanation:

First of, we calculate the deceleration of the truck+box setup using the equations of motion.

x = distance tavelled during the deceleration = 350 ft

u = initial velocity of the truck = 60 mph = 88 ft/s

v = final velocity of the truck = 0 m/s

a = ?

v² = u² + 2ax

0² = 88² + 2(a)(350)

700 a = - 88²

a = - 11.04 ft/s²

But this deceleration acts on the crate as a force trying to put the box in motion.

The motion of the box will be due to the net force on the box

Net force on the box = (Force from deceleration of the truck) - (Frictional force)

Net force = ma

Frictional Force = μmg = 0.3 × m × 32.2 = 9.66 m

Force from the deceleration of the truck = m × 11.04 = 11.04 m

ma = 11.04m - 9.66m

a = 11.04 - 9.66 = 1.4 ft/s²

This net acceleration is now responsible for its motion from rest, through the 10 ft that the box moved, to point B to hit the truck.

x = 10 ft

a = 1.4 ft/s²

u = 0 m/s (box starts from rest, relative to the truck)

v = final velocity of the box relative to the truck, before hitting the truck's wall = ?

v² = u² + 2ax

v² = 0² + 2(1.4)(10)

v² = 28

v = 5.29 ft/s

You might be interested in
2. A F-22 Raptor has just climbed through an altitude of 9,874 m at 1,567 kph when a disk
BabaBlast [244]

The pressure difference across the sensor housing will be "95 kPa".

According to the question, the values are:

Altitude,

  • 9874

Speed,

  • 1567 kph

Pressure,

  • 122 kPa

The temperature will be:

→ T = 15.04-[0.00649(9874)]

→     = 15.04-64.082

→     = -49.042^{\circ} C

now,

→ P_o = 101.29[\frac{(-49.042+273.1)}{288.08} ]^{(5.256)}

→      = 27.074

hence,

→ The pressure differential will be:

= 122-27

= 95 \ kPa

Thus the above solution is correct.

Learn more about pressure difference here:

brainly.com/question/15732832

3 0
2 years ago
A 15.00 mL sample of a solution of H2SO4 of unknown concentration was titrated with 0.3200M NaOH. the titration required 21.30 m
natima [27]

Answer:

a. 0.4544 N

b. 5.112 \times 10^{-5 M}

Explanation:

For computing the normality and molarity of the acid solution first we need to do the following calculations

The balanced reaction

H_2SO_4 + 2NaOH = Na_2SO_4 + 2H_2O

NaOH\ Mass = Normality \times equivalent\ weight \times\ volume

= 0.3200 \times 40 g \times 21.30 mL \times  1L/1000mL

= 0.27264 g

NaOH\ mass = \frac{mass}{molecular\ weight}

= \frac{0.27264\ g}{40g/mol}

= 0.006816 mol

Now

Moles of H_2SO_4 needed  is

= \frac{0.006816}{2}

= 0.003408 mol

Mass\ of\ H_2SO_4 = moles \times molecular\ weight

= 0.003408\ mol \times 98g/mol

= 0.333984 g

Now based on the above calculation

a. Normality of acid is

= \frac{acid\ mass}{equivalent\ weight \times volume}

= \frac{0.333984 g}{49 \times 0.015}

= 0.4544 N

b. And, the acid solution molarity is

= \frac{moles}{Volume}

= \frac{0.003408 mol}{15\ mL \times  1L/1000\ mL}

= 0.00005112

=5.112 \times 10^{-5 M}

We simply applied the above formulas

4 0
3 years ago
Water at 15°C is to be discharged from a reservoir at a rate of 18 L/s using two horizontal cast iron pipes connected in series
Zina [86]

Answer:

0.245 m^3/s

Explanation:

Flow rate through pipe a is 0.4 m3/s Parallel pipes have a diameter D = 30 cm => r = 15 cm = 0.15 m Length of Pipe a = 1000m Length of Pipe b = 2650m Temperature = 15 degrees Va = V / A = (0.4m3/s) / (3.14 (0.15m)^2) = 5.66 m/s h = (f(LV^2)) / D2g (fa(LaVa^2)) / Da2g = (fb(LbVb^2)) / Da2g and Da = Db; fa = fb LaVa^2 = LbVb^2 => La/Lb = Vb^2/Va^2 Vd^2 = Va^2(La/Lb) => Vb = Va(La/Lb)^(1/2) Vb = 5.66 (1000/2650)^(1/2) => 5.66 x 0.6143 = 3.4769 m/s Vb = 3.4769 m/s V = AVb = 3.14(0.15)^2 x 3.4769 m/s = 0.245 m^3/s

5 0
3 years ago
LAB 3.3 – Working with String Input and Type CastingStep 1: RemovefindErrors.cppfrom the project and add thepercentage.cppprogra
jolli1 [7]

Answer:

// Program is written in C++ Programming Language

// Comments are used for explanatory purpose

#include<iostream>

using namespace std;

int main ()

{

// Variable declaration

string name;

int numQuestions;

int numCorrect;

double percentage;

//Prompt to enter student's first and last name

cout<<"Enter student's first and last name";

cin>>name; // this line accepts input for variable name

cout<<"Number of question on test"; //Prompt to enter number of questions on test

cin>> numQuestions; //This line accepts Input for Variable numQuestions

cout<<"Number of answers student got correct: "; // Prompt to enter number of correct answers

cin>>numCorrect; //Enter number of correct answers

percentage = numCorrect * 100 / numQuestions; // calculate percentage

cout<<name<<" "<<percentage<<"%"; // print

return 0;

}

Explanation:

The code above calculates the percentage of a student's score in a certain test.

The code is extracted from the Question and completed after extraction.

It's written in C++ programming language

4 0
3 years ago
How is the difference between science and engineering Best stated?
stiv31 [10]

Answer:Science is the body of knowledge that explores the physical and natural world. Engineering is the application of knowledge in order to design, build and maintain a product or a process

Explanation:

8 0
2 years ago
Other questions:
  • for high-volume production runs, machining parts from solid material might not be the best choice of manufacturing operations be
    12·1 answer
  • Find the linear speed of the bottom of a test tube in a centrifuge if the centripetal acceleration there is 5.4×104 times the ac
    6·1 answer
  • A mass of 0.3 kg is suspended from a spring of stiffness 0.4 N/mm. The damping is 3.286335345 kg/s. What is the undamped natural
    5·1 answer
  • What happens to a commercial airline at cruising altitude if the pilot does not touch the throttles?
    12·1 answer
  • Transcription machinery assembles at _______________.
    6·1 answer
  • Consider a sphere made of stainless steel with diameter of 25 cm. It is heated to temperature of 300°C for some chemical tests.
    12·1 answer
  • The displacement of a certain object is described by y(t) = 23 sin 5t, where t is measured in seconds. Compute its period and it
    9·1 answer
  • A positive slope on a position-time graph suggests
    15·1 answer
  • Yeah this question might be difficult as most of the brainly community is math. Hope I can find at last one robotics person. ;-;
    13·2 answers
  • Steam locomotives with a 4-6-2 wheel arrangement were usually classified as what?.
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!