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
arlik [135]
3 years ago
6

Determine the resultant normal force across the cross section at point B. Express your answer to three significant figures and i

nclude appropriate units.

Engineering
1 answer:
lina2011 [118]3 years ago
3 0

Complete Question

A force of F =460 lb. acts on the curved member as shown. Determine the resultant normal force across the cross section at point B. Express your answer to three significant figures and include appropriate units.(Figures Attached)

Answer:

Resultant Normal Force = 55. 02 lb.

Explanation:

In Order to find the resultant normal force we must first resolve the figure to find out the x and y components of the force across the cross-section at point B. Hence after resolving the figure we can find the resultant normal force by finding  the vertical component of the force: ∑ F_y

The normal force acting at point B will be:

∑ F_y :-

N_F + 460(4/5)sin〖30〗^° - 460(3/5) sin〖60〗^° = 0

N_F + 184 - 239.02 = 0

N_F = 55. 02 lb.

You might be interested in
Type the correct answer in the box. Spell all words correctly. Mike is constructing a project in which he uses a motor. How can
tankabanditka [31]
If it is. DC, direct current reverse the polarity of power leads on the motor.

If it is a 3 phase ac alternating current, reverse any of the two of three leads.

Disconnect power before attempting.
6 0
3 years ago
This assignment is designed to test your understanding of graphical user interface components and Event Driven programming in Ja
lys-0071 [83]

Answer:

Java program is given below

Explanation:

JavaPadGUI.java

package javapad.gui;

import java.awt.BorderLayout;

import java.awt.Container;

import java.awt.Dimension;

import java.awt.event.ActionEvent;

import java.awt.event.ActionListener;

import java.awt.event.WindowAdapter;

import java.awt.event.WindowEvent;

import java.io.File;

import java.io.FileNotFoundException;

import java.io.PrintWriter;

import java.util.Scanner;

import javax.swing.JButton;

import javax.swing.JFrame;

import javax.swing.JLabel;

import javax.swing.JOptionPane;

import javax.swing.JPanel;

import javax.swing.JScrollPane;

import javax.swing.JTextArea;

public class JavaPadGUI extends JFrame implements ActionListener{

  //constants

  private static final String TITLE = "Macrosoft JavaPad XP";

  private static final String SLOGAN = "Macrosoft: Resistance is futile";

 

  //button names

  private static final String NEW = "New";

  private static final String LOAD = "Load";

  private static final String SAVE = "Save";

  private static final String QUIT = "Quit";

 

  private static final String FILENAME = "hardcode.txt";

  //messages

 

  private static final String QUIT_MSG = "Quitting, Save?";

  private static final String LOAD_ERR = "Could not access file " + FILENAME;

 

 

  //fields

  private JTextArea txtContent;

  private JButton butNew, butLoad, butSave, butQuit;

 

  public JavaPadGUI()

  {

      super(TITLE);

      createUI();

      setSize(new Dimension(400, 300));

      setDefaultCloseOperation(EXIT_ON_CLOSE);

         

  }

 

  private void createUI()

  {

      Container c = getContentPane();

      c.setLayout(new BorderLayout(30,30));

     

      //create the buttons panel

      JPanel butPanel = new JPanel();

      butPanel.add(butNew = new JButton(NEW));

      butPanel.add(butLoad = new JButton(LOAD));

      butPanel.add(butSave = new JButton(SAVE));

      butPanel.add(butQuit = new JButton(QUIT));

     

      //set command names for the buttons, these will be when button is clicked

      butNew.setActionCommand(NEW);

      butLoad.setActionCommand(LOAD);

      butSave.setActionCommand(SAVE);

      butQuit.setActionCommand(QUIT);

     

      JPanel sloganPanel = new JPanel();

      sloganPanel.add(new JLabel(SLOGAN));

     

      //create textarea with scrollbar

      txtContent = new JTextArea(15, 25);

      txtContent.setLineWrap(true);

         

      JScrollPane scroll = new JScrollPane(txtContent);

     

      //now add all components

      c.add(butPanel, BorderLayout.NORTH);

      c.add(scroll, BorderLayout.CENTER);

      c.add(sloganPanel, BorderLayout.SOUTH);

     

     

      //set the actionlistner to buttons to handle button click event

      butNew.addActionListener(this);

      butLoad.addActionListener(this);

      butSave.addActionListener(this);

      butQuit.addActionListener(this);

     

  }

  public void actionPerformed(ActionEvent e)

  {

      String cmd = e.getActionCommand();

      if(cmd.equals(NEW))

          txtContent.setText("");

      else if (cmd.equals(LOAD))

          load();

      else if(cmd.equals(SAVE))

          save();

      else if (cmd.equals(QUIT))

          quit();

  }

  private void quit()

  {

      int option = JOptionPane.showConfirmDialog(this, QUIT_MSG);

      if(option == JOptionPane.YES_OPTION)

      {

          save();

      }

     

      System.exit(0);

  }

 

  private void save()

  {

      try {

          PrintWriter w = new PrintWriter(new File(FILENAME));

          w.write(txtContent.getText());

          w.close();

      } catch (FileNotFoundException e) {

          JOptionPane.showMessageDialog(this,"I/O Error", LOAD_ERR, JOptionPane.ERROR_MESSAGE);

      }

             

  }

  private void load()

  {

      try {

          Scanner s = new Scanner(new File(FILENAME));

          String str = "";

          while(s.hasNextLine())

              str += s.nextLine();

          txtContent.setText(str);

          s.close();

      } catch (FileNotFoundException e) {

          JOptionPane.showMessageDialog(this, LOAD_ERR, "I/O Error",JOptionPane.ERROR_MESSAGE);

      }

     

  }

}

RunJavaPad.java

package javapad;

import javapad.gui.JavaPadGUI;

public class RunJavaPad {

  public static void main(String[] args) {

      JavaPadGUI gui = new JavaPadGUI();

      gui.setVisible(true);

  }

}

7 0
3 years ago
A reversible power cycle R and an irreversible power cycle I operate between the same hot and cold thermal reservoirs. Cycle I h
anygoal [31]

Answer: Attached below is the missing diagram

answer :

A)   1) Wr > WI,     2) Qc' > Qc

B)   1) QH' > QH,   2) Qc' > Qc

Explanation:

  л = w / QH = 1 - Qc / QH  and  QH = w + Qc

<u>A) each cycle receives same amount of energy by heat transfer</u>

<u>(</u> Given that ; Л1 = 1/3 ЛR )

<em>1) develops greater bet work </em>

WR develops greater work ( i.e. Wr > WI )

<em>2) discharges greater energy by heat transfer</em>

 Qc' > Qc

solution attached below

<u>B) If Each cycle develops the same net work </u>

<em>1) Receives greater net energy by heat transfer from hot reservoir</em>

QH' > QH   ( solution is attached below )

<em>2) discharges greater energy  by heat transfer to the cold reservoir</em>

Qc' > Qc

solution attached below

4 0
2 years ago
Which of the following are some of the problems found in city streets?
storchak [24]

Answer: drugs and rushing cars

Explanation: drug dealers are everywhere on city streets nowadays they have been killing young adults

rushing cars or reckless drivers cut curb fast and potentially someone can get hurt they are speeding and not worrying about other people lives at stake

4 0
2 years ago
In Example 2-1, part c, the data were represented by the normal distribution function f(x)=0.178 exp(-0.100(x-451)2 Use this dis
valkas [14]

Answer:

P ( 2.5 < X < 7.5 ) = 0.7251

Explanation:

Given:

- The pmf for normal distribution for random variable x is given:

                                      f(x)=0.178 exp(-0.100(x-4.51)^2)

Find:

the fraction of individuals demonstrating a response in the range of 2.5 to 7.5.

Solution:

- The random variable X follows a normal distribution with mean u = 4.51, and standard deviation s.d as follows:

                               s.d = sqrt ( 1 / 0.1*2)

                               s.d = sqrt(5) =2.236067

- Hence, the normal distribution is as follows:

                               X ~ N(4.51 , 2.236)

- Compute the Z-score values of the end points 2.5 and 7.5:

              P ( (2.5 - 4.51) / 2.236 < Z < (7.5 - 4.51 ) / 2.236 )

              P ( -0.898899327 < Z < 1.337168651 )  

- Use the Z-Table for the probability required:

              P ( 2.5 < X < 7.5 ) = P ( -0.898899327 < Z < 1.337168651 ) = 0.7251            

6 0
3 years ago
Other questions:
  • Water flows through a horizontal plastic pipe with a diameter of 0.15 m at a velocity of 15 cm/s. Determine the pressure drop pe
    11·1 answer
  • A company specification calls for a steel component to have a minimum tensile strength of 1240 MPa. Tension tests are conducted
    7·1 answer
  • One type of illumination system consists of rows of strip fluorescents and a ceiling that will transmit light. For this system t
    15·1 answer
  • A worker standing on a freshly mopped floor is
    7·1 answer
  • Required information NOTE: This is a multi-part question. Once an answer is submitted, you will be unable to return to this part
    9·1 answer
  • First person to tell me what this car is gets 10 points
    10·2 answers
  • 5) Initially, the pressure and temperature of steam inside a solid capsule is at 100-pound force per square inch absolute (psia)
    6·1 answer
  • I NEED HELP ASAP WILL AWARD BRAINLIEST
    8·2 answers
  • Technician A says that reinforcements may be made of plastic.
    6·1 answer
  • The thrust angle is checked by referencing
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!