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
weeeeeb [17]
1 year ago
12

If a bearing needs 4. 0 s to solidify enough for impact, how high must the tower be?.

Engineering
1 answer:
maks197457 [2]1 year ago
6 0
  1. The height of the tower is equal to 78.4 meters.
  2. The bearing's impact velocity is equal to 39.2 m/s.

<h3>How to determine the height of the tower?</h3>

In order to determine the height of the tower, we would apply the second equation of motion and assume that the downward motion is negative.

Mathematically, the second equation of motion is given by this formula:

S = ut + ½gt²

Where:

  • S represents the distance or height.
  • u represents the initial velocity.
  • a represents the acceleration.
  • t represents the time.

Substituting the given parameters into the formula, we have;

S = S₀ + ut - ½gt²

0 = S₀ + (0)4.0 - ½ × (9.8) × 4.0²

0 = S₀ - 4.9 × 16.0

Height, S₀ = 78.4 meters.

<h3>How to calculate the bearing's impact velocity?</h3>

In order to calculate the bearing's impact velocity, we would apply the first equation of motion:

V = u - at

V = 0 - 9.8(4.0)

Impact velocity, V = 39.2 m/s.

Read more on velocity here: brainly.com/question/19365526

#SPJ1

Complete Question:

Ball bearings can be made by letting spherical drops of molten metal fall inside a tall tower, called a shot tower, and solidify as they fall.

a. If a bearing needs 4.0 s to solidify enough for impact, how high must the tower be?

b. What is the bearing's impact velocity?

You might be interested in
Write a program that uses the function isPalindrome given below. Test your program on the following strings: madam, abba, 22, 67
defon

Answer:

#include <iostream>

#include <string>

using namespace std;

bool isPalindrome(string str)

{

   int length = str.length();

   for (int i = 0; i < length / 2; i++)

   {

       if (tolower(str[i]) != tolower(str[length - 1 - i]))

           return false;

   }

   return true;

}

int main()

{

   string s[6] = {"madam", "abba", "22", "67876", "444244", "trymeuemyrt"};

   int i;

   for(i=0; i<6; i++)

   {

       //Testing function

       if(isPalindrome(s[i]))

       {

           cout << "\n " << s[i] << " is a palindrome... \n";

       }

       else

       {

           cout << "\n " << s[i] << " is not a palindrome... \n";

       }

   }    

       

   return 0;

}

5 0
3 years ago
Creating vacancies in ceramics. Consider doping ZrO2 with small concentrations of Nb205. The valence of Nb is 5. Assume that Nb
Murljashka [212]

Answer:

Creating vacancies in ceramics. Consider doping ZrO₂ with small concentrations of Nb205. The valence of Nb is 5. Assume that Nb ions sit in Zr ion sites

a. A substitutional defect will be produced.

b. With this dopping, the Nb increases electron band conduction and decreases oxygen anion conduction in ZrO₂.

Explanation:

(a) The defect produced by dopping a little concentration of Nb₂O5 with Nb in the +5 charge state is known as a substitutional defect.

(b) With this dopping, the Nb increases electron band conduction and decreases oxygen anion conduction in ZrO₂.

Moreover, if oxygen vacancies are rate-limiting defect, the corrosion of ZrO₂ decreases and if electrons are rate-limiting then the corrosion of ZrO₂ is accelerated.

7 0
4 years ago
Assume we have already defined a variable of type String called password with the following line of code: password' can have any
omeli [17]

Answer:

The Java code is given below with appropriate comments for better understanding

Explanation:

import java.util.Scanner;

public class ValidatePassword {

  public static void main(String[] args) {

      Scanner input = new Scanner(System.in);

          System.out.print("Enter a password: ");

          String password = input.nextLine();

          int count = chkPswd(password);

          if (count >= 3)

              System.out.println("Secure");

          else

              System.out.println("Not Secure");

  }

  public static int chkPswd(String pwd) {

      int count = 0;

      if (checkForSpecial(pwd))

          count++;

      if (checkForUpperCasae(pwd))

          count++;

      if (checkForLowerCasae(pwd))

          count++;

      if (checkForDigit(pwd))

          count++;

      return count;

  }

  // checks if password has 8 characters

  public static boolean checkCharCount(String pwd) {

      return pwd.length() >= 7;

  }

  // checks if password has checkForUpperCasae

  public static boolean checkForUpperCasae(String pwd) {

      for (int i = 0; i < pwd.length(); i++)

          if (Character.isLetter(pwd.charAt(i)) && Character.isUpperCase(pwd.charAt(i)))

              return true;

      return false;

  }

  public static boolean checkForLowerCasae(String pwd) {

      for (int i = 0; i < pwd.length(); i++)

          if (Character.isLetter(pwd.charAt(i)) && Character.isLowerCase(pwd.charAt(i)))

              return true;

      return false;

  }

  // checks if password contains digit

  public static boolean checkForDigit(String pwd) {

      for (int i = 0; i < pwd.length(); i++)

          if (Character.isDigit(pwd.charAt(i)))

              return true;

      return false;

  }

  // checks if password has special char

  public static boolean checkForSpecial(String pwd) {

      String spl = "[email protected]#$%^&*(";

      for (int i = 0; i < pwd.length(); i++)

          if (spl.contains(pwd.charAt(i) + ""))

              return true;

      return false;

  }

}

5 0
3 years ago
An open glass tube is inserted into a pan of fresh water at 20 °C. What tube diameter is needed to make the height of capillary
kiruha [24]

Answer:

The tube diameter is 2.71 mm.

Explanation:

Given:

Open glass tube is inserted into a pan of fresh water at 20°C.

Height of capillary raise is four times tube diameter.

h = 4d

Assumption:

Take water as pure water as the water is fresh enough. So, the angle of contact is 0 degree.

Take surface tension of water at 20°C as 72.53\times 10^{-3} N/m.

Take density of water as 100 kg/m3.

Calculation:

Step1

Expression for height of capillary rise is gives as follows:

h=\frac{4\sigma\cos\theta}{dg\rho}

Step2

Substitute the value of height h, surface tension, density of water, acceleration due to gravity and contact angle in the above equation as follows:

4d=\frac{4\times72.53\times10^{-3}\cos0^{\circ}}{d\times9.81\times1000}

d^{2}=7.39\times10^{-6}

d=2.719\times10^{-3} m.

Or

d=(2.719\times10^{-3}m)(\frac{1000mm}{1m})

d=2.719 mm

Thus, the tube diameter is 2.719 mm.

 

5 0
4 years ago
People learn best in different ways. By combining all the group presentations, your class will explain how they see the optical
DENIUS [597]

Answer:

People learn best in different ways. By combining all the group presentations, your class will explain how they see the optical illusion in a way that every student will be able to understand. Which presentation helped you understand how you saw the optical illusion best?

I cont under stand

4 0
3 years ago
Read 2 more answers
Other questions:
  • Coefficients of friction always involve how many materials? a. 0 b. 1 c. 2 d. 3
    15·1 answer
  • According to OSHA, employers must_____ and _____ hazardous chemicals in the workplace. Which selection completes the sentence to
    14·1 answer
  • The Torricelli's theorem states that the (velocity—pressure-density) of liquid flowing out of an orifice is proportional to the
    5·1 answer
  • A cylindrical part of diameter d is loaded by an axial force P. This causes a stress of P/A, where A = πd2/4. If the load is kno
    9·1 answer
  • Simplify the following expressions, then implement them using digital logic gates. (a) f = A + AB + AC (b) f = AB + AC + BC (c)
    5·1 answer
  • Rehoboam reigned in Jerusalem over the tribes of
    9·1 answer
  • A jointed arm robot can rotate on the following 6 axes?
    8·1 answer
  • Why do giant stars become planetary nebulas while supergiant stars become supernovas when their nuclear fusion slows and is over
    8·1 answer
  • Question 4(Multiple Choice Worth 2 points)
    9·1 answer
  • A mass of 2.4 kg of air at 150 kPa and 12ºC is contained in a gas-tight, frictionless piston-cylinder device. The air is now com
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!