The effective resistance of parallel resistors is always _____ than the lowest individual value.

a) more
b) less
c) no different than

Answers

Answer 1

Answer:

A

Explanation:

Answer 2

Answer:

the answer is a

Explanation:

it is a because thats what the answer is


Related Questions

Create an abstract class DiscountPolicy. It should have a single abstract method computeDiscount that will return the discount for the purchase of a given number of a single item. The method has two parameters, count and itemCost. 2. Derive a class BulkDiscount from DiscountPolicy, as described in the previous exercise. It should have a constructor that has two parameters, minimum and percent. It should define the method computeDiscount so that if the quantity purchased of an item is more than minimum, the discount is percent percent. 3. Derive a class BuyNItemsGetOneFree from DiscountPolicy, as described in Exercise 1. The class should have a constructor that has a single parameter n. In addition, the class should define the method computeDiscount so that every nth item is free. For example, the following table gives the discount for the purchase of various counts of an item that costs $10, when n is 3: count 1 2 3 4 5 6 7 Discount 0 0 10 10 10 20 20

4. Derive a class CombinedDiscount from DiscountPolicy, as described in Exercise 1. It should have a constructor that has two parameters of type DiscountPolicy. It should define the method computeDiscount to return the maximum value returned by computeDiscount for each of its two private discount policies. The two discount policies are described in Exercises 2 and 3. 5. Define DiscountPolicy as an interface instead of the abstract class described in Exercise 1.

Answers

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;

}

}  

}

A flat site is being considered for a new school that will have a steel frame and brick façade. The steel columns will have a maximum load of 250 kips, and the planned column support will consist of a 6 foot by 6 foot square footing placed 2 feet below the ground surface (to the bottom of the footing). Subsurface conditions consist of a 15-foot-thick layer of uniform silty sand (unit weight = 122 pcf, soil modulus = 160,000 psf) over stiff clay (unit weight = 118 pcf, soil modulus = 230,000 psf). Groundwater is deep.
a) Sketch the problem (freehand, not to scale) and state any necessary assumptions.
b) Calculate the immediate (elastic) settlement.

Answers

Answer:

See explaination

Explanation:

Please kindly check attachment for the step by step solution of the given problem

Water enters the tubes of a cold plate at 70°F with an average velocity of 40 ft/min and leaves at 105°F. The diameter of the tubes is 0.25 in. Assuming 14 percent of the heat generated is dissipated from the components to the surroundings by convection and radiation and the remaining 86 percent is removed by the cooling water, determine the amount of heat generated by the electronic devices mounted on the cold plate. The properties of water at room temperature are rho = 62.1 lbm/ft3 and cp = 1.00 Btu/lbm·°F.

Answers

Answer:

The total amount of heat generated;Q' = 2067 Btu/h

Explanation:

We are given;

Water entering temperature;T1 = 70°F

Water leaving temperature;T2 = 105°F

average velocity of water;V = 40 ft/min

Diameter of tube;D = 0.25 in = 0.25/12 ft = 0.02083 ft

Water density;ρ = 62.1 lbm/ft³

cp = 1.00 Btu/lbm·°F.

Now, the mass flow rate of the water is calculated from;

m' = ρAV

Where ρ is density, A is area and V is velocity

Area = πD²/4 = π*0.02083²/4 = 0.00034077555 ft²

m' = 62.1 * 0.00034077555 * 40

m' = 0.8465 lbm/min

Converting to lbm/hr = 0.8465 * 60 = 50.79 lbm/hr

From energy balance equation, we have;

E_in = E_out

So,

Q_in,w + m'h1 = m'h2

Q_in,w = m'h2 - m'h1

Q_in,w = m'(h2 - h1)

Now, m'(h2 - h1) can be written as;

m'cp(T2 - T1).

Thus ;

Q_in,w = m'cp(T2 - T1)

Plugging in the relevant values, we have;

Q_in,w = (50.79*1)(105 - 70)

Q_in,w = 1777.65 Btu/h

We are told that remaining 86 percent of heat generaged is removed by the cooling water. Thus;

The total amount of heat generated could be defined as;

Q' = Q_in,w/0.86

Q' = 1777.65/0.86

Q' = 2067 Btu/h

Consider a Carnot heat pump cycle executed in a steady-flow system in the saturated mixture region using R-134a flowing at a rate of 0.264 kg/s. The maximum absolute temperature in the cycle is 1.15 times the minimum absolute temperature, and the net power input to the cycle is 5 kW. If the refrigerant changes from saturated vapor to saturated liquid during the heat rejection process, determine the ratio of the maximum to minimum pressures in the cycle.

Answers

Answer:

7.15

Explanation:

Firstly, the COP of such heat pump must be measured that is,

              [tex]COP_{HP}=\frac{T_H}{T_H-T_L}[/tex]

Therefore, the temperature relationship, [tex]T_H=1.15\;T_L[/tex]

Then, we should apply the values in the COP.

                           [tex]=\frac{1.15\;T_L}{1.15-1}[/tex]

                           [tex]=7.67[/tex]

The number of heat rejected by the heat pump must then be calculated.

                   [tex]Q_H=COP_{HP}\times W_{nst}[/tex]

                          [tex]=7.67\times5=38.35[/tex]

We must then calculate the refrigerant mass flow rate.

                   [tex]m=0.264\;kg/s[/tex]

                   [tex]q_H=\frac{Q_H}{m}[/tex]

                         [tex]=\frac{38.35}{0.264}=145.27[/tex]

The [tex]h_g[/tex] value is 145.27 and therefore the hot reservoir temperature is 64° C.

The pressure at 64 ° C is thus 1849.36 kPa by interpolation.

And, the lowest reservoir temperature must be calculated.

                   [tex]T_L=\frac{T_H}{1.15}[/tex]

                        [tex]=\frac{64+273}{1.15}=293.04[/tex]

                        [tex]=19.89\°C[/tex]

the lowest reservoir temperature = 258.703  kpa                    

So, the pressure ratio should be = 7.15

An air conditioning unit is used to provide cooling during summer for a house. If the air conditioner provides 450 kW cooling by using 150 kW electrical power, determine the coefficient of performance (COP) of the air conditioner. The outside temperature and inside temperature are 40 and 20°C, respectively. Using the inequality of Clausius determine if the cycle is possible. Determine the COP of an air conditioner working based on the Carnot cycle between the same temperature difference. Compare the COPs of the Carnot and actual air conditioners and comment on them based on your answer for the previous part (the inequality of

Answers

Answer:

See explaination

Explanation:

Please kindly check attachment for the step by step solution of the given problem.

Suppose you have a coworker who is a high Mach in your workplace. What could you do to counter the behavior of that individual? Put the high Mach individual in charge of a project by himself, and don’t let others work with him. Set up work projects for teams, rather than working one on one with the high Mach person. Work with the high Mach individual one on one, rather than in a team setting. Explain to the high Mach individual what is expected of him and ask him to agree to your terms.

Answers

Answer:

To counter the behavior of a high Mach individual in my workplace, I could put the individual in charge of a project by himself, and don't let others work with him.

Explanation:

A high Mach individual is one who exhibits a manipulative and self-centered behavior.   The personality trait is characterized by the use of manipulation and persuasion to achieve power and results.  But, such individuals are hard to be persuaded.  They do not function well in team settings and asking them to agree to terms is very difficult.  "The presence of Machiavellianism in an organisation has been positively correlated with counterproductive workplace behaviour and workplace deviance," according to wikipedia.com.

Mach is an abbreviation for Machiavellianism.  Machiavellianism is referred to in psychology as a personality trait which sees a person so focused on their own interests that they will manipulate, deceive, and exploit others to achieve their selfish goals.  It is one of the Dark Triad traits.  The others are narcissism and psychopathy, which are very dangerous behaviors.

For an Ac signal with peak voltage Vp equal to 60V, the same power would be delivered to a load with a dc voltage of

Answers

Answer:

  30√2 ≈ 42.426 volts

Explanation:

The RMS value of the signal is the DC equivalent. For a sine wave, the mean of the square is half the square of the peak value. Then the Root-Mean-Square is ...

  RMS = √((Vp)^2/2) = Vp/√2

For Vp = 60 volts, the equivalent DC voltage is ...

  V = (60 volts)/√2 = 30√2 volts ≈ 42.426 volts

A steady green traffic light means

Answers

You can continue on forward through the traffic light....

Answer:

Its C. you may proceed, but only if the path is clear

Explanation:

I just gave Quiz and  its correct

Consider this example of a recurrence relation. A police officer needs to patrol a gated community. He would like to enter the gate, cruise all the streets exactly once, and then leave by the same gate. What information would you need to determine a Euler circuit and a Hamilton circuit

Answers

Answer:

the police officer cruise each streets precisely once and he enters and exit with the same gate.

Explanation:

NB: kindly check below for the attached picture.

The term ''Euler circuit'' can simply be defined as the graph that shows the edge of K once in a finite way by starting and putting a stop to it at the same vertex.

The term "Hamiltonian Circuit" is also known as the Hamiltonian cycle which is all about a one time visit to the vertex.

Here in this question, the door is the vertex and the road is the edge.

The information needed to detemine a Euler circuit and a Hamilton circuit is;

"the police officer cruise each streets precisely once and he enters and exit with the same gate."

Check attachment for each type of circuit and the differences.

the police officer cruise each streets precisely once and he enters and exit with the same gate.

Have you ever had an ice cream headache that’s when a painful sensation resonates in your head after eating something cold usually ice cream on a hot day this pain is produced by the dilation of a nerve center in the roof of your mouth the nerve center is overreacting to the cold by trying to hit your brain ice cream headaches have turned many smiles to frowns identify the structure

Answers

Answer:

Cause and effect

Explanation:

pls mark brainliest

The  structure that makes or turned many smiles to frowns can be regarded as compare/contrast.

What is compare contrast?

The term compare/contrast  is a common terms. The act of comparing is known to be depicting the similarities, and contrasting is said to be showing differences that exist between two things.

Conclusively, from the above, we can see that it is a compare/contrast scenario as it talks about the effects of taking ice cream. It went from  smiles to frowns.

See option below

cause/effect

descriptive

compare/contrast

sequence/process

Learn more about compare/contrast from

https://brainly.com/question/9087023

Two Electric field vectors E1 and E2 are perpendicular to each other; obtain its base
vectors.

Answers

Answer:

<E1, E2>.

Explanation:

So, in the question above we are given that the Two Electric field vectors E1 and E2 are perpendicular to each other. Thus, we are going to have the i and the j components for the two Electric Field that is E1 and E2 respectively. That is to say the addition we give us a resultant E which is an arbitrary vector;

E = |E| cos θi + |E| sin θj. -------------------(1).

Therefore, if we make use of the components division rule we will have something like what we have below;

x = |E2|/ |E| cos θ and y = |E1|/|E| sin θ

Therefore, we will now have;

E = x |E2| i + y |E1| j.

The base vectors is then Given as <E1, E2>.

How does a car batteray NOT die?

Answers

Answer:

bye hooking plugs up to it to amp it up

Sludge wasting rate (Qw) from the solids residence time (Thetac = mcrt) calculation. Given the following information from the previous problem. The total design flow is 15,000 m3/day. Theoretical hydraulic detention time (Theta) = 8 hours. The NPDES limit is 25 mg/L BOD/30 mg/L TSS.

Assume that the waste strength is 170 mg/L BOD after primary clarification.

XA=MLSS = 2200 mg/L,
Xw = Xu = XR = 6,600 mg/L,
qc = 8 days.

Make sure you account for the solids in the discharge.

What volume of sludge (Qw=m3/day) is wasted each day from the secondary clarifiers?

Answers

Answer:

The volume of sludge wasted each day from the secondary classifiers is Qw = 208.33 m^3 / day

Explanation:

Check the file attached for a complete solution.

The volume of the aeration tank was first calculated, V = 5000 m^3 / day.

The value of V was consequently substituted into the formula for the wasted sludge flow. The value of the wasted sludge flow was calculated to be Qw = 208.33 m^3 / day.

is sampled at a rate of to produce the sampled vector and then quantized. Assume, as usual, the minimum voltage of the dynamic range is represented by all zeros and the maximum value with all ones. The numbers should increase in binary order from bottom to top. Find the bit combination used to store each sample when rounded to the nearest integer between and (clipping may occur). Note: A partially-correct answer will not be recognized. You must answer all three correctly on the same

Answers

Answer:

d[0] = 11111111

d[1] = 11011101

d[2] = 1111011

Explanation:

Assume that the number of bits is 8. The voltage range input is -8 to 7 volts. The range is thus 15V, and the resolution is 15/2^8 = 0.0586 volts. We will first add +8 to the input to convert it to a 0-15v signal. Then find the equivalent bit representation. For 7.8 volts, the binary signal will be all 1's, since the max input voltage for the ADC is 7 volts. For 4.95, we have 4.95+8 = 12.95 volts. Thus, N = 12.95/0.0586 = 221. The binary representation is 11011101. For -0.8, we have -0.8 + 8 = 7.2. Thus, N = 7.2/0.0586 = 123. The binary representation is 1111011.

Thus,

d[0] = 11111111

d[1] = 11011101

d[2] = 1111011

1. What is an op-amp? List the characteristics of an ideal op-amp

Answers

Answer:

An opamp is an operation amplifier. It takes an input signal and amplifies it on the output side.

An ideal opamp should have infinite impedance at its input, infinite gain on the output, and zero impedance on the output

Design a circuit that will tell whether a given month has 31 days in it. The month is specified by a 4-bit input, A3:0. For example, if the inputs are 0001, the month is January, and if the inputs are 1100, the month is December. The circuit output, Y, should be HIGH only when the month specified by the inputs has 31 days in it. However, if the input is not a valid month (such as 0 or 13) then the output is don’t care (can be either 0 or 1).

Answers

Answer:

  see attachments

Explanation:

A Karnaugh map for the output is shown in the first attachment. The labeled and shaded squares represent the cases where Y = HIGH. The associated logic can be simplified to

  Y = A3 xor A0

when the don't care at 1110 gives an output of HIGH.

__

The second attachment shows a logic diagram using a 4:1 multiplexer to do the decoding. A simple XOR gate would serve as well. If AND-OR-INV logic is required, that would be ...

  Y = Or(And(A3, Inv(A0)), And(A0, Inv(A3)))

The supplement file* that enclosed to this homework consists Time Versus Force data. The first column in the file stands for time (second) and the 2nd stands for force (Volt), respectively. This data were retrieved during an impact event. In this test, an impactor strikes to a sample. A force-ring sensor that attached to the impactor generates voltage during collision. A data acquisition card gathers the generated signals.

Answers

Answer:

A.) 1mv = 2000N

B.) Impulse = 60Ns

C.) Acceleration = 66.67 m/s^2

Velocity = 4 m/s

Displacement = 0.075 metre

Absorbed energy = 60 J

Explanation:

A.) Using a mathematical linear equation,

Y = MX + C

Where M = (2000 - 0)/( 898 - 0 )

M = 2000/898

M = 2.23

Let Y = 2000 and X = 898

2000 = 2.23(898) + C

2000 = 2000 + C

C = 0

We can therefore conclude that

1 mV = 2000N

B.) Impulse is the product of force and time.

Also, impulse = momentum

Given that

Mass M = 30kg

Velocity V = 2 m/s

Impulse = M × V = momentum

Impulse = 30 × 2 = 60 Ns

C.) Force = mass × acceleration

F = ma

Substitute force and mass into the formula

2000 = 30a

Make a the subject of formula

a = 2000/30

acceleration a = 66.67 m/s^2

Since impulse = 60 Ns

From Newton 2nd law,

Force = rate of change in momentum

Where

change in momentum = -MV - (- MU)

Impulse = -MV + MU

Where U = initial velocity

60 = -60 + MU

30U = 120

U = 120/30

U = 4 m/s

Force = 2000N

Impulse = Ft

Substitute force and impulse to get time

60 = 2000t

t = 60/2000

t = 0.03 second

Using third equation of motion

V^2 = U^2 + 2as

Where S = displacement

4^2 = 2^2 + 2 × 66.67S

16 = 4 + 133.4S

133.4S = 10

S = 10/133.4

S = 0.075 metre

D.) Energy = 1/2 mV^2

Energy = 0.5 × 30 × 2^2

Energy = 15 × 4 = 60J

Air at 100°F, 1 atm, and 10% relative humidity enters an evaporative cooler operating at steady state. The volumetric flow rate of the incoming air is 1765 ft3/min. Liquid water at 68°F enters the cooler and fully evaporates. Moist air exits the cooler at 70°F, 1 atm. There is no significant heat transfer between the device and its surroundings and kinetic and potential energy effects can be neglected. Determine the mass flow rate at which liquid enters, in lb(water)/min.

Answers

Answer:

Check the explanation

Explanation:

Kindly check the attached image below to see the step by step explanation to the question above.

(USCS units) A deep drawing operation is performed on a sheet-metal blank that is 1/8 in thick. The height of the cup = 3.8 in and its diameter = 5.0 in (both inside dimensions).

(a) Assuming the punch radius = 0, compute the starting diameter of the blank to complete the operation with no material left in the flange.

(b) Is the operation feasible (ignoring the fact that the punch radius is too small)?

Answers

Answer:

See explaination

Explanation:

Please kindly check attachment for the step by step solution of the given problem

what is the Economic​

Answers

Economics is the social science that studies the production, distribution, and consumption of goods and services. Economics focuses on the behaviour and interactions of economic agents and how economies work-...........did this help

A heat recovery device involves transferring energy from the hot flue gases passing through an annular region to pressurized water flowing through the inner tube of the annulus. The inner tube has inner and outer diameters of 24 and 30 mm and is connected by eight struts to an insulated outer tube of 60-mm diameter. Each strut is 3 mm thick and is integrally fabricated with the inner tube from carbon steel (k 50 W/m K). Consider conditions for which water at 300 K flows through the inner tube at 0.161 kg/s while flue gases at 800 K flow through the annulus, maintaining a convection coefficient of 100 W/m2 K on both the struts and the outer surface of the inner tube. What is the rate of heat transfer per unit length of tube from gas to the water?

Answers

Answer:

See explaination

Explanation:

Please kindly check attachment for the step by step solution of the given problem.

6. For the following waste treatment facility, chemical concentration (mg/gal) within the tank can be considered uniform. The initial chemical concentration inside the tank was 5 mg/gal, the concentration of effluent coming in is 20 mg/gal. The volume of the tank is 600 gallons. The fluid coming in rate is equal to fluid going out is equal to 60 gal/min. (a) Establish a dynamic model of how the concentration of chemical inside the tank increases over time. Specify the units for your variables. (Hint: establish a mass balance of the waste chemical. The concentration inside the tank = concentration going out) (b) Find the Laplace transformation of the concentration (transfer function) for this step input of 20 mg/gal.

Answers

Answer:

mass of chemical coming in per minute = 60 × 20 = 1200 mg/min

at a time t(min) , M = mass of chemical = 1200 × t mg

concentration of chemical = 1200t / 600 = 2t mg / gallon

Explanation:

Since it is only fluid that is leaving and not chemical.

A thin‐walled tube with a diameter of 12 mm and length of 25 m is used to carry exhaust gas from a smoke stack to the laboratory in a nearby building for analysis. The gas enters the tube at 200°C and with a mass flow rate of 0.006 kg/s. Autumn winds at a temperature of 15°C blow directly across the tube at a velocity of 2.5 m/s. Assume the thermophysical properties of the exhaust gas are those of air

Estimate the average heat transfer coefficient for the exhaust gas flowing inside the tube.

Answers

Answer:

The average heat transfer coefficient for the exhaust gas flowing inside the tube, h = 204.41 W/m^2 - K

Explanation:

The detailed solution is attached as files below.

However, the steps followed are highlighted:

1) The average temperature was calculated as 380.5 K

2) The properties of air at 380.5 K was highlighted

3) The Prandti number was calculated. Pr = 0.693

4) The Reynold number was calculated, Re = 28716.77

5) The Nusselt umber was calculated, Nu = 75.94

6) From Nu = (hD)/k , the average heat transfer coefficient, h, was calculated and a value of 204.41 W/m^2 - K was gotten.

Find a negative feedback controller with at least two tunable gains that (1) results in zero steady state error when the input is a unit step (1/s). (and show why it works); (2) Gives a settling time of 4 seconds; (3) has 10% overshoot. Use the standard 2nd order approximation. Plot the step response of the system and compare the standard approximation with the plot.

Answers

Answer:

Gc(s) = [tex]\frac{0.1s + 0.28727}{s}[/tex]

Explanation:

comparing the standard approximation with the plot attached we can tune the PI gains so that the desired response is obtained. this is because the time requirement of the setting is met while the %OS requirement is not achieved instead a 12% OS is seen from the plot.

attached is the detailed solution and the plot in Matlab

A commonly used strategy to improve the efficiency of a power plant is to withdraw steam from the turbine before it fully expands, reheat it in the boiler and send it to another turbine. Consider a case where 1 kg/s steam enters a turbine at 5MPa, 500 °C, and is expanded to 1 MPa pressure. At this point, the steam is withdrawn from the turbine, reheated back to 500 °C at constant pressure, and then expanded in another turbine to 50 kPa pressure. Calculate (a) The temperature at which steam was sent back for reheating, (b) Heat added during the reheati

Answers

Answer:

See explaination

Explanation:

Please kindly check attachment for the step by step solution of the given problem.

Your company has been retained to start steel erection for a project. The steel will be delivered on an 18-wheel flat-bed truck and then lifted into place. You will have a crane on site, a Grove GMK 5175 all-terrain crane and you will be lifting with ½ steel chains. The crane is a 175 Ton telescoping crane and the crane will be sitting on Type B soil. The steel delivery consists of 48 pieces of W18x65 structural steel, Grade A 36, broken down as follows and delivered in 12 bundles of 4 pieces each.

13 pieces - 25’ long
17 pieces -50’ long
18 pieces – 15’ long

Based on the above, answer the following questions:

a. Neglecting the weight of the truck, what is the total weight of the steel load?
b. Assuming that the steel will be bundled and lifted as follows, calculate the weight of each of the lifts

4 pieces of 15 feet long, W18x65 Weight_______________________
4 pieces of 50 feet long, W18x65 Weight_______________________
4 pieces of 25 feet long, W18x65 Weight_______________________

c. With the soil conditions noted above,

Will the crane be able to safely lift the heaviest lift?
i. Yes
ii. No

d. What will be the maximum amount or load that can be lifted by this crane using the boom length of 155 feet?


Answers

The slab do t u e I don’t know y’all about it but I wanna was your day I wanna I gotta go to the gc is the last night you got me a text from your tyeotye was your name on my phone is the name of y’all that you got me in 2637832 years minutes from now I on your my number I gotta

Problem Statement: Air flows at a rate of 0.1 kg/s through a device as shown below. The pressure and temperature of the air at location 1 are 0.2 MPa and 800 K and at location 2 the pressure and temperature are 0.75 MPa and 700 K. The surroundings are at 300 K and the surface temperature of the device is 1000 K. Determine the rate that the device performs work on its surroundings if the rate of heat transfer from the surface of the device to the environment is 1 kW. Justify your answer. Note that the flow direction for the air is not specified so you need to consider all possibilities for the direction of the airflow. Assume that the air is an ideal gas, that R

Answers

Answer:

The answer is "+9.05 kw"

Explanation:

In the given question some information is missing which can be given in the following attachment.

The solution to this question can be defined as follows:

let assume that flow is from 1 to 2 then

Q= 1kw

m=0.1 kg/s

From the steady flow energy equation is:

[tex]m\{n_1+ \frac{v^2_1}{z}+ gz_1 \}+Q= m \{h_2+ \frac{v^2_2}{2}+ gz_2\}+w\\\\\ change \ energy\\\\0.1[1.005 \times 800]-1= 0.01[1.005\times 700]+w\\\\w= +9.05 \ kw\\\\[/tex]

If the sign of the work performed is positive, it means the work is done on the surrounding so, that the expected direction of the flow is right.

The asymmetric roof truss is of the type used when a near normal angle of incidence of sunlight onto the south-facing surface ABC is desirable for solar energy purposes. The five vertical loads represent the effect of the weights of the truss and supported roofing materials. The 390-N load represents the effect of wind pressure. Determine the equivalent force-couple system at A. The couple is positive if counterclockwise, negative if clockwise. Also, compute the x-intercept of the line of action of the system resultant treated as a single force R.

Answers

Answer:

[tex]R= 337.75\ \bar i - 2275 \ \bar j \ \ N[/tex]

[tex]\sum M_A = -13650 \ N.m[/tex]

x = 6 m

Explanation:

From the diagram attached below :

Equivalent force:

[tex]R= -260 \bar j + 390 \ cos 30 \bar{ i} - 390 \ sin 30 \bar j - 520 \ \bar j- 520 \ \bar j- 520 \ \bar j- 260 \ \bar j[/tex]

[tex]R= 337.75\ \bar i - 2275 \ \bar j \ \ N[/tex]

The equivalent couple at point A is as follows:

[tex]\sum M_A = -390(3)-520(\frac{6}{2})- 520({6})- 520(6+\frac{6}{2}) -260(12)[/tex]

[tex]\sum M_A = -13650 \ N.m[/tex]

By applying the principles of momentum :

[tex]\sum M_A = Ry(x)[/tex]

[tex]- 13650 = - 2275 \ x[/tex]

x = [tex]\frac{13650}{2275}[/tex]

x = 6 m

An insulated, vertical piston–cylinder device initially contains 10 kg of water, 6 kg of which is in the vapor phase. The mass of the piston is such that it maintains a constant pressure of 200 kPa inside the cylinder. Now steam at 0.5 MPa and 350°C is allowed to enter the cylinder from a supply line until all the liquid in the cylinder has vaporized. Determine (a) the final temperature in the cylinder and (b) the mass of the steam that has entered.

Answers

Answer:

See explaination

Explanation:

Please kindly check attachment for the step by step solution of the given problem.

The supplement file* that enclosed to this homework consists Time Versus Force data. The first column in the file stands for time (second) and the 2nd stands for force (Volt), respectively. This data were retrieved during an impact event. In this test, an impactor strikes to a sample. A force-ring sensor that attached to the impactor generates voltage during collision. A data acquisition card gathers the generated signals.
• Take the mass of the impactor as 30 kg and strike velocity as 2.0 m/s.
• Pick the best numerical technique, justify your choice.
• All results must be in SI units.

a) Determine a factor that will be used in the conversion from V to N. The calibration data that supplied by manufacturer as below:
• Take the mass of the impactor as 30 kg and strike velocity as 2.0 m/s.
• Pick the best numerical technique, justify your choice.
• All results must be in SI units.

a) Determine a factor that will be used in the conversion from V to N. The calibration data that supplied by manufacturer as below:• Take the mass of the impactor as 30 kg and strike velocity as 2.0 m/s.
• Pick the best numerical technique, justify your choice.
• All results must be in SI units.

a) Determine a factor that will be used in the conversion from V to N. The calibration data that supplied by manufacturer as below:
b) Compute the impulse of this event.
c) Obtain acceleration, velocity and displacement histories by using Newton’s second law of motion.
d) Compute the absorbed energy during collision.

Answers

Answer:

A.) 1mv = 2000N

B.) Impulse = 60Ns

C.) Acceleration = 66.67 m/s^2

Velocity = 4 m/s

Displacement = 0.075 metre

Absorbed energy = 60 J

Explanation:

A.) Using a mathematical linear equation,

Y = MX + C

Where M = (2000 - 0)/( 898 - 0 )

M = 2000/898

M = 2.23

Let Y = 2000 and X = 898

2000 = 2.23(898) + C

2000 = 2000 + C

C = 0

We can therefore conclude that

1 mV = 2000N

B.) Impulse is the product of force and time.

Also, impulse = momentum

Given that

Mass M = 30kg

Velocity V = 2 m/s

Impulse = M × V = momentum

Impulse = 30 × 2 = 60 Ns

C.) Force = mass × acceleration

F = ma

Substitute force and mass into the formula

2000 = 30a

Make a the subject of formula

a = 2000/30

acceleration a = 66.67 m/s^2

Since impulse = 60 Ns

From Newton 2nd law,

Force = rate of change in momentum

Where

change in momentum = -MV - (- MU)

Impulse = -MV + MU

Where U = initial velocity

60 = -60 + MU

30U = 120

U = 120/30

U = 4 m/s

Force = 2000N

Impulse = Ft

Substitute force and impulse to get time

60 = 2000t

t = 60/2000

t = 0.03 second

Using third equation of motion

V^2 = U^2 + 2as

Where S = displacement

4^2 = 2^2 + 2 × 66.67S

16 = 4 + 133.4S

133.4S = 10

S = 10/133.4

S = 0.075 metre

D.) Energy = 1/2 mV^2

Energy = 0.5 × 30 × 2^2

Energy = 15 × 4 = 60J

Other Questions
Veronique and Lily compare their investment accounts to see how much they will have in the accounts after seven years. They substitute their values shown below into the compound interest formula. Compound Interest Accounts Name Principal Interest Rate Number of Years Compounded Veronique $1,000 5% 7 Once a year Lily $1,800 9% 7 Once a year A = P (1 + r) Superscript t Which pair of equations would correctly calculate their compound interests? Veronique: A = 1,000 (1 + 0.05) superscript 7, Lily: A = 1,800 (1 + 0.09) Superscript 7 Veronique: A = 1,000 (1 + 0.07) Superscript 5, Lily: A = 1,800 (1 + 0.07) Superscript 9 Veronique: A = 1,800 (1 + 0.05) Superscript 7, Lily: A = 1,000 (1 + 0.09) Superscript 7 Veronique: A = 1,000 (1 + 0.07) Superscript 5, Lily: A = 1,800 (1 + 0.07) Superscript 9 A support wire extends from the top of a 225 feet radio tower to the ground and makes an angle of 64 with the ground. How long does the wire need to be to reach from the top of the tower to the ground? The most straightforward theory for Western Rome's collapse pins the fall on a string of military losses. Rome had tangled with the Goths and other Germanic tribes for centuries. However, by the 300s the Goths had advanced beyond the empire's borders. In 410 the Visigoth King Alaric raided the city of Rome. In 455, the city of Rome was raided again, this time by the Vandals. Finally, in 476, the Germanic leader Odoacer staged a revolt and removed the Emperor Romulus Augustulus. From then on, no Roman emperor would ever again rule from Italy. For that reason, many cite 476 as the year the Western Empire suffered its deathblow.What does this section of writing say is a main contributor to the fall of Rome? Use full sentences in your answer. What conclusion can you draw from the heating curve? How did Liu Bang improve China's government?He used military power to govern the empire .He maintained a powerful centralized bureaucracy.He gave local officials full power over their provinces.He created harsh laws to force citizens to behave correctly. What is the unit rate of 405 miles in 8 hours? How is an ecosystem similar to the biosphere? Dave wants to sketch a scale drawing of the porch. Choose a reasonable scale and make a scale drawing of the porch. Label the demensions of the model The points (8.1) and (8, 11) lie on a circle with a radius of 5. Find the center of the circle PLZ HElp!! Solve the inequality. 6 < 2x 4 < 4 The table below shows possible cost and revenue equations for a manufacturer of cameras.Cost65.16 n + 1,500ICost35.79 n + 6,700IIRevenue98.75 nIIIRevenue56.95 nIVWhich of the following pairs of equations will never break even? The difference when 7 less than a number is subtracted from twice the number is 12. What is the number? Some insight: This is a unit rate question. Help me please help me helpm What are the steps of finding the Circumference of a circle -1/2y=1/2x+5 and y=2x+2 which one of the following statements is true? A.in an elastic collision,only momentum is conserved B. in any collision,both momentum & kinetic energy are conserved C.in an inelastic collision,both momentum & kinetic energy are conserved D.in an elastic collision,only kinetic energy is conserved What was the Schliefen Plan? Which word is repeated most often in "One Art"?A. LosingB. Intentc. FlusterD. Accept How does a DNA sequence determine a trait