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
oee [108]
3 years ago
8

Two balls are chosen randomly from an urn containing 8 white 4 black, and orange balls. Suppose that we win $ 2 for each black b

all selected and we lose $ 1 for each white ball selected Let denote our winnings. Find the distribution function of X?
Engineering
1 answer:
Scorpion4ik [409]3 years ago
8 0
(-2,-10,-1,-2,-3,-4)
You might be interested in
Which best describes the body in terms of simple machines?
alex41 [277]

Answer:B

Explanation:

5 0
3 years ago
Ronny wants to calculate the mechanical advantage. He needs to determine the length of the effort arm and the length of the load
kakasveta [241]

Answer:

I hope it's helpful.

Explanation:

Simple Machines

Experiments focus on addressing areas pertaining to the relationships between effort force, load force, work, and mechanical advantage, such as: how simple machines change the force needed to lift a load; mechanical advantages relation to effort and load forces; how the relationship between the fulcrum, effort and load affect the force needed to lift a load; how mechanical advantage relates to effort and load forces and the length of effort and load arms.

Through investigations and models created with pulleys and levers, students find that work in physical terms is a force applied over a distance. Students also discover that while a simple machine may make work seem easier, in reality the amount of work does not decrease. Instead, machines make work seem easier by changing the direction of a force or by providing mechanical advantage as a ratio of load force to effort force.

Students examine how pulleys can be used alone or in combination affect the amount of force needed to lift a load in a bucket. Students find that a single pulley does not improve mechanical advantage, yet makes the effort applied to the load seem less because the pulley allows the effort to be applied in the direction of the force of gravity rather than against it. Students also discover that using two pulleys provides a mechanical advantage of 2, but that the effort must be applied over twice the distance in order to gain this mechanical advantage Thus the amount of work done on the load force remains the same.

Students conduct a series of experiments comparing the effects of changing load and effort force distances for the three classes of levers. Students discover that when the fulcrum is between the load and the effort (first class lever), moving the fulcrum closer to the load increases the length of the effort arm and decreases the length of the load arm. This change in fulcrum position results in an increase in mechanical advantage by decreasing the amount of effort force needed to lift the load. Thus, students will discover that mechanical advantage in levers can be determined either as the ratio of load force to effort force, or as the ratio of effort arm length to load arm length. Students then predict and test the effect of moving the fulcrum closer to the effort force. Students find that as the length of the effort arm decreases the amount of effort force required to lift the load increases.

Students explore how the position of the fulcrum and the length of the effort and load arms in a second-class lever affect mechanical advantage. A second-class lever is one in which the load is located between the fulcrum and the effort. In a second-class lever, moving the load changes the length of the load arm but has no effect on the length of the effort arm. As the effort arm is always longer than the load arm in this type of lever, mechanical advantage decreases as the length of the load arm approaches the length of the effort arm, yet will always be greater than 1 because the load must be located between the fulcrum and the effort.

Students then discover that the reverse is true when they create a third-class lever by placing the effort between the load and the fulcrum. Students discover that in the case of a third-class lever the effort arm is always shorter than the load arm, and thus the mechanical advantage will always be less than 1. Students also create a model of a third-class lever that is part of their daily life by modeling a human arm.

The CELL culminates with a performance assessment that asks students to apply their knowledge of simple machine design and mechanical advantage to create two machines, each with a mechanical advantage greater than 1.3. In doing so, students will demonstrate their understanding of the relationships between effort force, load force, pulleys, levers, mechanical advantage and work. The performance assessment will also provide students with an opportunity to hone their problem-solving skills as they test their knowledge.

Through this series of investigations students will come to understand that simple machines make work seem easier by changing the direction of an applied force as well as altering the mechanical advantage by afforded by using the machine.

Investigation focus:

Discover that simple machines make work seem easier by changing the force needed to lift a load.

Learn how effort and load forces affect the mechanical advantage of pulleys and levers.

8 0
2 years ago
A tool chest has 950 N weight that acts through the midpoint of the chest. The chest is supported by feet at A and rollers at B.
Mazyrski [523]

Answer:

P > 142.5 N  (→)

the motion sliding

Explanation:

Given

W = 959 N

μs = 0.3

If we apply

∑ Fy = 0 (+↑)

Ay + By = W

If  Ay = By

2*By = W

By = W / 2

By = 950 N / 2

By = 475 N (↑)

Then  we can get F (the force of friction) as follows

F = μs*N = μs*By

F = 0.3*475 N

F = 142.5 N (←)

we can apply

P - F  > 0

P  > 142.5 N (→)

the motion sliding

6 0
3 years ago
Can anyone help me ?
MrRa [10]
That’s too hard for me lol oof
3 0
3 years ago
Same rule: If both players spend the same number of coins, player 2 gains 1 coin. Off-by-one rule: If the players do not spend t
Galina-37 [17]

Answer:

Check the explanation

Explanation:

1 -

public int getPlayer2Move(int round)

{

  int result = 0;

 

  //If round is divided by 3

  if(round%3 == 0) {

      result= 3;

  }

  //if round is not divided by 3 and is divided by 2

  else if(round%3 != 0 && round%2 == 0) {

      result = 2;

  }

  //if round is not divided by 3 or 2

  else {

      result = 1;

  }

 

  return result;

}

2-

public void playGame()

{

 

  //Initializing player 1 coins

  int player1Coins = startingCoins;

 

  //Initializing player 2 coins

  int player2Coins = startingCoins;

 

 

  for ( int round = 1 ; round <= maxRounds ; round++) {

     

      //if the player 1 or player 2 coins are less than 3

      if(player1Coins < 3 || player2Coins < 3) {

          break;

      }

     

      //The number of coins player 1 spends

      int player1Spends = getPlayer1Move();

     

      //The number of coins player 2 spends

      int player2Spends = getPlayer2Move(round);

     

      //Remaining coins of player 1

      player1Coins -= player1Spends;

     

      //Remaining coins of player 2

      player2Coins -= player2Spends;

     

      //If player 2 spends the same number of coins as player 2 spends

      if ( player1Spends == player2Spends) {

          player2Coins += 1;

          continue;

      }

     

      //positive difference between the number of coins spent by the two players

      int difference = Math.abs(player1Spends - player2Spends) ;

     

      //if difference is 1

      if( difference == 1) {

          player2Coins += 1;

          continue;

      }

     

      //If difference is 2

      if(difference == 2) {

          player1Coins += 2;

          continue;

      }

     

     

  }

 

  // At the end of the game

  //If player 1 coins is equal to player two coins

  if(player1Coins == player2Coins) {

      System.out.println("tie game");

  }

  //If player 1 coins are greater than player 2 coins

  else if(player1Coins > player2Coins) {

      System.out.println("player 1 wins");

  }

  //If player 2 coins is grater than player 2 coins

  else if(player1Coins < player2Coins) {

      System.out.println("player 2 wins");

  }

}

3 0
3 years ago
Other questions:
  • Calculate the impedance of a 20 mH inductor at a frequency of 100 radians/s. Calculate the impedance of a 500 µF inductor at a f
    9·2 answers
  • How many grams of water at 5.00 °C would we need to mix with 140.0 g of water at 85.0 °C to obtain a final temperature of 43.0 °
    6·1 answer
  • If the compound swivel base is set on 60 degrees at the lathe centerline index, how many degrees will the reading be at the cros
    14·1 answer
  • Compare the tensile load capacity of a 5/16-18 UNC thread and a 5/16-24 UNF thread made of the same material.
    6·1 answer
  • How do I calculate the gear ratio​
    6·1 answer
  • What are some possible reasons for the sudden development of the cell theory
    14·1 answer
  • What is compression ratio of an Otto cycle? How does it affect the thermal efficiency of the cycle?
    14·1 answer
  • Find the dryness fraction, specific volume and internal energy of steam at 7bar nd enthalpy 2600kj/kh. (0.921,0.2515m³/kg , 2420
    5·1 answer
  • An intelligence signal is amplified by a 65% efficient amplifier before being combined with a 250W carrier to generate an AM sig
    5·1 answer
  • I am trying to make a vacuum cannon but all I can use to get out the air is a speed pump to give air to bicycles. I need to make
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!