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
Ne4ueva [31]
3 years ago
5

If the resistance reading on a DMM'S meter face is to 22.5 ohms in the range selector switch is set to R X 100 range, what is th

e actual measure resistance of the circuit?
Engineering
1 answer:
klemol [59]3 years ago
5 0

Answer:

The answer is 2.25 kΩ

Explanation:

Solution

Given that:

The resistance reading on a DMM'S meter face = 22.5 ohms

The range selector switch = R * 100 range,

We now have to find the actual measure resistance of the circuit which is given below:

The actual measured resistance of the circuit is=R * 100

= 22.5 * 100

=2.25 kΩ

Hence the measured resistance of the circuit is 2.25 kΩ

You might be interested in
Compute the number of kilo- grams of hydrogen that pass per hour through a 6-mm-thick sheet of palladium having an area of 0.25
nydimaria [60]

Answer:

The number of kilo- grams of hydrogen that pass per hour through this sheet of palladium is 4.1 * 10^{-3} \frac{kg}{h}

Explanation:

Given

x1 = 0 mm

x2 = 6 mm = 6 * 10^{-3} m

c1 = 2 kg/m^{3}

c2 = 0.4 kg/m^{3}

T = 600 °C

Area = 0.25 m^{2}

D = 1.7 * 10^{8} m^{2}/s

First equation

J = - D \frac{c1 - c2}{x1 - x2}

Second equation

J = \frac{M}{A*t}

To find the J (flux) use the First equation

J = - 1.7 * 10^{8} m^{2}/s * \frac{2 kg/m^{3}  - 0.4 kg/m^{3}}{0 - 6 * 10^{-3} } = 4.53 * 10^{-6} \frac{kg}{m^{2}s }

To find M use the Second equation

4.53 * 10^{-6} \frac{kg}{m^{2}s} = \frac{M}{0.25 m^{2} * 3600s/h}

M = 4.1 * 10^{-3} \frac{kg}{h}

4 0
3 years ago
For a bolted assembly with eight bolts, the stiffness of each bolt is kb = 1.0 MN/mm and the stiffness of the members is km = 2.
rjkz [21]

Answer:

a) 0.978

b) 0.9191

c) 1.056

d) 0.849

Explanation:

Given data :

Stiffness of each bolt = 1.0 MN/mm

Stiffness of the members = 2.6 MN/mm per bolt

Bolts are preloaded to 75% of proof strength

The bolts are M6 × 1 class 5.8 with rolled threads

Pmax =60 kN,  Pmin = 20kN

<u>a) Determine the yielding factor of safety</u>

n_{p} = \frac{S_{p}A_{t}  }{CP_{max}+ F_{i}  }  ------ ( 1 )

Sp = 380 MPa,   At = 20.1 mm^2,   C = 0.277,  Pmax = 7500 N,  Fi = 5728.5 N

Input the given values into the equation above

equation 1 becomes ( np ) = \frac{380*20.1}{0.277*7500*5728.5} = 0.978

note : values above are derived values whose solution are not basically part of the required solution hence they are not included

<u>b) Determine the overload factor of safety</u>

n_{L} =  \frac{S_{p}A_{t}-F_{i}   }{C(P_{max} )}  ------- ( 2 )

Sp =  380 MPa,   At =  20.1 mm^2, C = 0.277,  Pmax = 7500 N,  Fi = 5728.5 N

input values into equation 2 above

hence : n_{L} = 0.9191n_{L}  = 0.9191

<u>C)  Determine the factor of safety based on joint separation</u>

n_{0} = \frac{F_{i} }{P_{max}(1 - C ) }

Fi =  5728.5 N,  Pmax = 7500 N,  C = 0.277,

input values into equation above

Hence n_{0} = 1.056

<u>D)  Determine the fatigue factor of safety using the Goodman criterion.</u>

nf = 0.849

attached below is the detailed solution .

4 0
3 years ago
A long corridor has a single light bulb and two doors with light switch at each door.
Zigmanuir [339]

Answer:

The answer is below

Explanation:

Let A represent the first switch, B represent the second switch and C represent the bulb. Also, let 0 mean  turned off and 1 mean turned on. Since when both switches are  in the same position, the light is off. This can be represented by the following truth table:

A                    B                       C (output)

0                    0                        0

0                    1                          1

1                     0                         1

1                     1                          0

The logic circuit can be represented by:

C = A'B + AB'

The output (bulb) is on if the switches are at different positions; if the switches are at the same position, the output (bulb) is off. This is an XOR gate. The gate is represented in the diagram attached below.

6 0
3 years ago
One kg of an idea gas is contained in one side of a well-insulated vessel at 800 kPa. The other side of the vessel is under vacu
laiz [17]

Answer:

Option C = internal energy stays the same.

Explanation:

The internal energy will remain the same or unchanged because this question has to do with a concept in physics or classical chemistry (in thermodynamics) known as Free expansion.

So, the internal energy will be equals to the multiplication of the change in temperature, the heat capacity (keeping volume constant) and the number of moles. And in free expansion the internal energy is ZERO/UNCHANGED.

Where, the internal energy, ∆U = 0 =quantity of heat, q - work,w.

The amount of heat,q = Work,w.

In the concept of free expansion the only thing that changes is the volume.

7 0
4 years ago
Create an abstract class DiscountPolicy. It should have a single abstract method computeDiscount that will return the discount f
eimsori [14]

Answer:

Java Code was used to define classes in the abstract discount policy,The bulk discount, The buy items get one free and the combined discount

Explanation:

Solution

Code:

Main.java

public class Main {

public static void main(String[] args) {

  BulkDiscount bd=new BulkDiscount(10,5);

BuyNItemsGetOneFree bnd=new BuyNItemsGetOneFree(5);

CombinedDiscount cd=new CombinedDiscount(bd,bnd);

System.out.println("Bulk Discount :"+bd.computeDiscount(20, 20));

  System.out.println("Nth item discount :"+bnd.computeDiscount(20, 20));

 System.out.println("Combined discount :"+cd.computeDiscount(20, 20));    

  }

}

discountPolicy.java

public abstract class DiscountPolicy

{    

public abstract double computeDiscount(int count, double itemCost);

}    

BulkDiscount.java  

public class BulkDiscount extends DiscountPolicy

{    

private double percent;

private double minimum;

public BulkDiscount(int minimum, double percent)

{

this.minimum = minimum;

this.percent = percent;

}

at Override

public double computeDiscount(int count, double itemCost)

{

if (count >= minimum)

{

return (percent/100)*(count*itemCost); //discount is total price * percentage discount

}

return 0;

}

}

BuyNItemsGetOneFree.java

public class BuyNItemsGetOneFree extends DiscountPolicy

{

private int itemNumberForFree;

public BuyNItemsGetOneFree(int n)

{

  itemNumberForFree = n;

}

at Override

public double computeDiscount(int count, double itemCost)

{

if(count > itemNumberForFree)

return (count/itemNumberForFree)*itemCost;

else

  return 0;

}

}

CombinedDiscount.java

public class CombinedDiscount extends DiscountPolicy

{

private DiscountPolicy first, second;

public CombinedDiscount(DiscountPolicy firstDiscount, DiscountPolicy secondDiscount)

{

first = firstDiscount;

second = secondDiscount;

}

at Override

public double computeDiscount(int count, double itemCost)

{

double firstDiscount=first.computeDiscount(count, itemCost);

double secondDiscount=second.computeDiscount(count, itemCost);

if(firstDiscount>secondDiscount){

  return firstDiscount;

}else{

  return secondDiscount;

}

}  

}

6 0
3 years ago
Other questions:
  • The spring has a stiffness k=200 N/m and is unstretched when the 25 kg block is at A. Determine the acceleration of the block wh
    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
  • Determine the Thevenin/Norton Equivalent Circuit with respect to the terminalsa,bas shown in the figure. (Here 1A is an independ
    11·1 answer
  • Model the real world idea of an Address. 123 Main Street Apt #2 Small Town, Iowa 55555 USA Write a class called Address, follow
    11·1 answer
  • How does flextape adhere under water?​
    8·1 answer
  • Consider the following signal:
    8·1 answer
  • (a) Sabbir usually (sit)______ in the front bench.
    13·1 answer
  • How did engineers help to create a ceiling fan
    8·1 answer
  • Un conejo puede recorrer una distancia de 90 m en 7 segundos .Cual es su velocidad?
    5·1 answer
  • Estimate (a) the maximum, and (b) the minimum thermal conductivity values (in W/m-K) for a cermet that contains 76 vol% carbide
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!