A n+350-KVA 2300+n - 230+n; volt, 60-hz transformer has percent core loss , resistance and percent leakage reactance of m+0.56 ,m+ 1.33 and m+5.57 respectively. For 100 increments of power-factor angle, tabulate and plot percent regulation, and efficiency. Power factor for operation between 0.5 lagging and 0.5 leading. Use Matlab
n = 41 m = 0.01*41 = 0.41

Answers

Answer 1

The following code can be used to tabulate and plot the percent regulation and efficiency of a n+350-KVA 2300+n - 230+n; volt, 60-hz transformer with a core loss of m+0.56, a resistance of m+1.33 and a leakage reactance of m+5.57.

What is code?

Code is a set of instructions or statements written in a programming language that, when executed, tells a computer what to do. It is also a way of expressing logic and ideas in a way that a machine can understand and execute.

Code is written in specific programming languages, which are designed to allow coders to express themselves in a way that a computer can understand. Code is the basis of all computer applications, from web browsers to mobile apps.

It is used to create software, such as applications, operating systems, and websites. Code is written by software developers, who are responsible for taking ideas and turning them into computer programs. Code is typically tested by software testers, who make sure that the code works properly and that it meets the requirements set by the customer.

%% Define Parameters

V_p = 2300+n; % Primary voltage

V_s = 230+n; % Secondary voltage

P_rated = 350; % Rated power

R_t = m+1.33; % Resistance

X_m = m+5.57; % Leakage reactance

P_coreloss = m+0.56; % Core loss

%% Calculate parameters

V_p_rms = V_p/sqrt(3); % Primary RMS voltage

V_s_rms = V_s/sqrt(3); % Secondary RMS voltage

%% Tabulate and plot

angles = linspace(0,360,100); % Angles between 0.5 lagging and 0.5 leading

Eff = zeros(1,length(angles));

Reg = zeros(1,length(angles));

for i = 1:length(angles)

   PF = cosd(angles(i));

   I_s = P_rated/(V_s_rms*PF);

   I_p = I_s*V_s_rms/V_p_rms;

   P_cu_loss = (I_s^2)*R_t + (I_p^2)*R_t;

   P_total_loss = P_cu_loss + P_coreloss;

   Eff(i) = P_rated/((P_rated + P_total_loss)/100);

   Reg(i) = (V_s_rms - (V_p_rms*PF))/(V_p_rms*PF)*100;

end

% Tabulate

Table = table(angles', Eff', Reg', 'VariableNames', {'Angle' 'Efficiency' 'Regulation'});

disp(Table);

% Plot

figure

plot(angles, Eff, 'b')

hold on

plot(angles, Reg, 'r')

xlabel('Power Factor Angle (degrees)')

ylabel('Percentage (%)')

legend('Efficiency', 'Regulation')

to learn more about code
https://brainly.com/question/29433728
#SJP4



Related Questions

A yeast culture weighing 2 grams is removed from a refrigerator unit and is expected to grow at the rate of W'(t)=0.3e02 grams per hour at a higher controlled temperature. How much will the weight of the culture increase during the first 8 hours of growth? How much will the weight of the culture increase from the end of the 8th hour to the end of the 16th hour of growth?
The weight increase during the first 8 hours is approximately grams. (Type an integer or decimal rounded to three decimal places as needed.)

Answers

The weight of the culture will increase approximately 0.859 grams during the first 8 hours of growth.

To find the weight increase during the first 8 hours of growth, we can integrate the rate of growth function W'(t) over the interval [0, 8].

Given that W'(t) = \(0.3e^0.2\)grams per hour, the weight increase during the first 8 hours is:

\(∫[0, 8] W'(t) dt = ∫[0, 8] 0.3e^0.2 dt\)

Integrating this function, we have:

\(∫[0, 8] 0.3e^0.2 dt = 0.3∫[0, 8] e^0.2 dt\)

Integrating \(e^0.2\) with respect to t gives:

\(0.3 * (1/0.2) * e^0.2 ∣[0, 8] = 0.3 * (5 * e^0.2 - 1)\) ≈ 0.859 grams

Therefore, the weight of the culture will increase approximately 0.859 grams during the first 8 hours of growth.

Learn more about integrate here-

https://brainly.com/question/31954835

#SPJ11

Alex loves to build things and wants to study robotics. He needs to get a job over the summer but the only one he can find is at a fast food restaurant. Does taking the job mean that Alex cannot pursue a career in robotics? Explain your answer.

Answers

Answer:

He can take the job at the fast food restaurant to make money in order to pursue his career in robotics it doesnt mean he cant pursue it just he needs to make money for it first.

An ideal transformer produces an output voltage that is 500% larger (e.g. a 6-fold increase) than the input voltage. 1) If the input current is 14 A (rms), what is the output current

Answers

Answer:

2 1/3 A

Explanation:

power in = power out

V (14) =  6V a  

    14 = 6a

      a = 14/6 =

Compression is maintained during combustion because on top of the motor is a _____

Answers

Answer:

fan

Explanation:

spreader must reposition to make a new pass parallel to the just completed pass. further, it will be assumed that after 5 spread cycles, the spread section is released to the breakdown roller for compaction of the hot-mix asphalt. create a process model of this operation

Answers

The use of a parallel spreader and roller is critical to ensure that the hot-mix asphalt is evenly distributed and compacted, providing a smooth and durable surface for vehicles to travel on.

Process Model of Asphalt Compaction OperationThe process model of asphalt compaction operation consists of the following steps:Step 1: PreparationThe first step is preparation, where the asphalt mix is prepared, leveled, and paved. The spreader is used to evenly distribute the asphalt mix across the entire surface of the roadway or parking lot.Step 2: Spreading and RepositioningThe second step is spreading and repositioning. The spreader must reposition to make a new pass parallel to the just completed pass. This step is repeated until the entire surface is covered with hot-mix asphalt.Step 3: CompactionThe third step is compaction. After 5 spread cycles, the spread section is released to the breakdown roller for compaction of the hot-mix asphalt. The roller is used to apply pressure and vibration to the asphalt mix to remove any air pockets and ensure that the asphalt is tightly compacted.Step 4: Final RollingThe final step is final rolling, where the finish roller is used to smooth out the surface of the asphalt and provide a uniform texture. This step ensures that the asphalt is evenly distributed and compacted, providing a smooth and durable surface for vehicles to travel on.In conclusion, the process model of asphalt compaction operation involves preparation, spreading and repositioning, compaction, and final rolling.

Learn more about Repositioning

brainly.com/question/29842917

#SPJ11

5. According to the FMCSRs, you are qualified to operate a CMV if you:
A. are at least 15-years old.
B. have passed an IQ test.
C. have only one current CDL.
D. are currently disqualified from operating a motor vehicle.

Answers

Answer:

currently states that a person is qualified to drive a commercial motor vehicle if he/she “can read and speak the English language sufficiently to converse with the general public, to understand highway traffic signs and signals

So I think B

PHOTOGRAPHY-Sarah is developing a black-and-white photograph. At what ratio should she mix the fixer solution? OA. 1:4 О в. 1-2 OD. 1:10​

Answers

Since Sarah is developing a black-and-white photograph. The ratio that she should mix the fixer solution is option B. 1-2.

Which aspect ratio ought to be applied?

The kind of project you're shooting will determine the appropriate aspect ratio to utilize. As a starting point, we advise utilizing 16:9 for films as well as 4:3 for images.

There is no way to go wrong with either of them because this is a good common standard.

One do advise that a person can experiment with various aspect ratios as you acquire experience and wish to try more artistic photos. This can give your content a completely new perspective.

Therefore, Since Sarah is developing a black-and-white photograph. The ratio that she should mix the fixer solution is option B. 1-2.

Learn more about photograph from

https://brainly.com/question/11324677

#SPJ1

Which of the following components of a dwellings plumbing system blocks sewer gases from entering the building and sickening the occupants

Answers

Answer:

first of all I need the choices you have not given any choices to choose

Write a program that asks the user to enter a list of numbers. The program should take the list of numbers and add only those numbers between 0 and 100 to a new list. It should then print the contents of the new list. Running the program should look something like this:

Please enter a list of numbers: 10.5 -8 105 76 83.2 206

The numbers between 0 and 100 are: 10.5 76.0 83.2

Answers

In python 3.8

nums = input("Please enter a list of numbers: ").split()

new_nums = [x for x in nums if 0 < float(x) < 100]

print("The numbers between 0 and 100 are: " + " ".join(new_nums))

When you said numbers between 0 and 100, I didn't know if that was inclusive or exclusive so I made it exclusive. I hope this helps!

If it is desired to lay off a distance of 10,000' with a total error of no more than ± 0.30 ft. If a 100' tape is used and the distance can be measured using full tape measures, what is the maxim error per tape measure allowed?

Answers

Answer:

± 0.003 ft

Explanation:

Since our distance is 10,000 ft and we need to use a full tape measure of 100 ft. We find that 10,000 = 100 × 100.

Let L' = our distance and L = our tape measure

So, L' = 100L

Now by error determination ΔL' = 100ΔL

Now ΔL' = ± 0.30 ft

ΔL = ΔL'/100

= ± 0.30 ft/100

= ± 0.003 ft

So, the maxim error per tape is ± 0.003 ft

What is the decimal value of the following binary number?10011101

Answers

The response to the question is that the binary representation of a decimal number 157 is 10011101.

How is binary 1111 depicted?

Binary 1111 is 10001010111. In a binary number system, we only need the digits 0 and 1 to represent a numbering, as opposed to the decimal number, which uses the numerals 0 to 9. (bits).

How is 2 represented in binary?

Binary = 2 is 10. In a binary number, we only need the digits 0 and 1 to represent a numbering, as opposed to the decimal system, which uses the digits 0 to 9. (bits). To symbolize 2 in binary, we have utilized 2 bits.

To know more about binary numbers visit:

https://brainly.com/question/25968804

#SPJ4

substances that degrade the metals that make up storage tanks or equipment are called __________.

Answers

Substances that degrade the metals that make up storage tanks or equipment are called corrosive agents.

Corrosive agents refer to chemicals or environmental factors that cause the gradual deterioration or destruction of metals through oxidation or other chemical reactions. When these substances come into contact with metals, they can initiate a process known as corrosion, which leads to the breakdown and weakening of the metal structure over time. Corrosion can result in leaks, structural failure, and contamination of the stored materials, posing significant safety and environmental risks. Preventive measures such as selecting corrosion-resistant materials, applying protective coatings, and implementing regular maintenance and inspection procedures are essential to mitigate the detrimental effects of corrosive agents on storage tanks and equipment.

learn more about Corrosive agents here:

https://brainly.com/question/31590223

#SPJ11

what do you expect to happen to the light bulb immediately after the circuit is connected if the capacitor is initially uncharged

Answers

If the capacitor is initially uncharged, when the circuit is connected, the capacitor will begin to charge up, which will cause a current to flow in the circuit.

Initially, the current will be high, but it will gradually decrease as the capacitor charges up. The light bulb will turn on immediately after the circuit is connected, but it may flicker or dim as the capacitor charges up and the current decreases.

Once the capacitor is fully charged, the current in the circuit will be zero, and the light bulb will turn off.

Learn more about electrical circuit:

https://brainly.com/question/2969220

#SPJ11

If your truck has a(n) _____, you must first turn the engine key to the ‘on’ position before engaging it.

Answers

If your truck has a  starter button , you must first turn the engine key to the ‘on’ position before engaging it.

What is a Starter Button?

An ignition switch, starter switch, or start switch is a switch in a motor vehicle's control system that activates the vehicle's primary electrical systems, including "accessories."

The ignition switch is a critical component of an automobile. It starts and stops the car's engine, as well as the electrical in-car devices. It also powers the starting motor of the automobile. The ignition switch not only turns on and off the engine, but it also powers the lights and radio.

Learn more about Trucks:
https://brainly.com/question/13928690
#SPJ1

Full Question:

If your truck has a(n) _____, you must first turn the engine key to the 'on' position before engaging it. *

10 points

A. starter button

B. engine brake

C. clutch button

D. cruise control

Which term refers to an application of biotechnology to forensic science?

Cloning
Transgenesis
Bioprocessing
DNA profiling
Biomanufacturing

Answers

I think it might be DNA profiling correct me if I’m wrong

Answer:

DNA profiling

Explanation:

took the test

ASAP PLease electrical engineering problem

ASAP PLease electrical engineering problem

Answers

Answer:

  see attached

Explanation:

As you know, a full adder produces the binary value in (carry, output) that is the the number of true input bits among the (carry in, A, B) inputs.

The annotated diagram attached shows the bit values for a 4-bit full adder/subtractor.

__

Additional comment

If the numbers are considered "signed", then the top diagram will generate an "overflow" based on the difference between the carry C4 and the output O4.

ASAP PLease electrical engineering problem

plsssssss help me here​

plsssssss help me here

Answers

00 0 0 0 i’m sure it’s that

10 basic safety rules for using hand tools

Answers

Answer:

Explanation:

1. Inspect regularly

Regularly inspect your tools to make sure that they are in good condition.

2. Wear gloves

Always wear appropriate personal protective equipment.

3. Carry with care

Never carry tools up a ladder.

If you need to take tools up to a height use a bag or hoist them up in a bucket.

4. Don't pocket sharp objects

Never carry sharp or pointed tools in your pocket.

Instead, carry them in a toolbox.

5. Be aware of your surroundings

Always be aware of the people around you when using tools.

6. Use the right tools

Always use the right tools for the job.

Never use a tool for a different purpose than it was intended.

You risk damaging the tools and injuring yourself.

7. Follow instructions

Only operate tools according to manufacturers' instructions.

8. Clean and return

After using a tool, clean it and return it to it's proper storage place.

9. Oily hands are dangerous

Don't work with greasy or oily hands.

10. Protect your eyes

Always wear eye protection.

Consider the titration of 100.0 mL of 0.200 M CH3NH2 by 0.100 M HCl.
For each volume of HCl added, decide which of the components is a major species after the HCl has reacted completely.
Kb for CH3NH2 = 4.4 x 10-4.
What species are present based off what is being added?
200.00 mL HCl added
yes no H+
yes no H2O
yes no Cl-
yes no CH3NH2
yes no CH3NH3+
300.00 mL HCl added
yes no H+
yes no H2O
yes no Cl-
yes no CH3NH2
yes no CH3NH3+
Calculate the pH at the equivalence point for this titration?

Answers

Answer:

The answers are in the explanation. The pH is 5.91

Explanation:

The CH3NH2 reacts with HCl as follows:

CH3NH2 + HCl → CH3NH3⁺ + Cl⁻

When 200mL of HCl are added, the moles of CH3NH2 and HCl are reacting completely producing CH3NH3+ and Cl-. That means the species present are:

no H+. All reacted

yes H2O. Because the water is present in the solutions of HCl and CH3NH2

yes Cl-. Is a product of the reaction

Yes CH3NH2. Is consumed in the reaction but comes from the equilibrium of CH3NH3+

yes CH3NH3+. Is the other product of the reaction. MAJOR SPECIES

When 300.00mL of HCl are added, 100mL are in excess:

yes H+. Is in excess: H+ + Cl- = HCl in water. MAJOR SPECIES. Determine the pH of the solution.

yes H2O. Is present because the reactants are diluted.  

yes Cl-. Is a product of reaction and comes from HCl.

Yes CH3NH2. The reactant is over but comes from the equilibrium of CH3NH3+

yes no CH3NH3+. Yes. Is a product and remains despite HCl is in excess.

To find the pH:

At equivalence point the ion that determines pH is CH3NH3+. Its concentration is:

0.100L * (0.200mol/L) = 0.0200 moles / 0.300L = 0.0667M CH3NH3+

The equilibrium of CH3NH3+ is:

Ka = Kw/kb = 1x10-14/4.4x10-4 = 2.273x10-11 = [H+] [CH3NH2] / [CH3NH3+]

As both [H+] [CH3NH2] comes from the same equilibrium:

[H+] =  [CH3NH2] = X

2.273x10-11 = [X] [X] / [0.0667M]

1.5159x10-12 = X²

X = 1.23x10-6M = [H+]

As pH = -log [H+]

pH = 5.91

The pH at the equivalent point for this titration is "5.91".

pH Calculation:

\(CH_3NH_2 = 0.200\ M\\\\ \text{volume} = 100.0\ mL = 0.100\ L\\\\HCl = 0.100\ M\\\\\)

We must now quantify the pH well at the equivalence point.

We know that even at the point of equivalence, moles of acid and moles of the base are equivalent. As such, first, we must calculate the number of moles of the given base.

Calculating the Moles in \(CH_3NH_2 = 0.200\ M \times 0.100\ L = 0.0200\ moles\)

Calculating the Moles in \(HCl = 0.0200 \ moles\)

Calculating the volume of \(HCl\):

\(\to \text{Molarity} = \frac{ \text{moles}}{\text{volume \ (L)}} \\\\\to \text{Volume} = \frac{\text{moles}}{\text{molarity}}\\\\\)

                \(= \frac{0.0200 \ moles}{ 0.100\ M}\\\\= 0.200 \ L\\\\= 200 \ mL\\\\\)

Calculating the reaction among the acid and base:

\(CH_3NH_2 + HCl \longrightarrow CH_3NH_3^{+} + Cl^-\)

\(0.0200 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 0.0200 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 0.0200\)

Therefore the conjugate acid of the bases exists at the standard solution.

Then we must calculate the new molar mass of \(CH_3NH_3^+\).

Total volume\(= 100 + 200 = 300\ mL = 0.300\ L\)

\([CH_3NH_3^+] = \frac{0.0200\ mole}{ 0.300\ L}= 0.0667\ M\)

Using the ICE table

\(CH_3NH_3^+ + H_2O \longrightarrow CH_3NH_2 + H_3O^+\)

\(I \ \ \ \ \ \ \ \ \ \ 0.0667 \ \ \ \ \ \ \ \ \ 0\ \ \ \ \ \ \ \ \ 0\\\\C\ \ \ \ \ \ \ \ -x\ \ \ \ \ \ \ \ +x \ \ \ \ \ \ \ \ +x\\\\E \ \ \ \ \ \ \ \ \ \ \ \ 0.0667-x \ \ \ \ \ \ \ \ \ \ \ \ +x \ \ \ \ \ \ \ \ \ \ \ \+x\\\\\to Ka = \frac{[CH_3NH_2] [H_3O^+] }{[CH_3NH_3^+]}\)

Calculating \(K_a\) from \(K_b\)

\(\to K_a \times K_b = 1\times 10^{-14}\\\\\to K_a = \frac{1\times 10^{-14}}{4.4\times 10^{-4}} = 2.27\times 10^{-11}\\\\\)

                           \(= 2.27\times 10^{-11} \\\\= x\times \frac{x}{(0.0667-x)}\)

The x in the 0.0667-x can be ignored since the Ka value is just too small and it also does not follow the five percent criteria.

\(\to 2.27 \times 10^{-11} \times 0.0667 = x_2\\\\\to x_2 = 1.515\times 10^{-12}\\\\\to x = 1.23\times 10^{-6}\ M\\\\\to [H_3O^+] = x = 1.23\times 10^{-6}\ M\\\\\)

We have the formula to calculate pH.

\(\to pH = - \log [H_3O^+] = - \log 1.23\times 10^{-6}\ M= 5.91\)

The pH at the equivalent point for this titration is "5.91".

Find out more information about the pH here:

brainly.com/question/15289741

The shape of the wood beam is a rectangle. In a paragraph explain the tradeoffs an engineer would make in selecting a wood with a rectangle shape versus manufactured beams with other stronger but lighter weight shapes.

Answers

Answer:

Wood is heavy

Explanation:

A Pitot-static probe connected to a water manometer is used to measure

the velocity of air (Fig. 4). If the deflection (the vertical distance between

the fluid levels in the two arms) is 7. 3 cm, determine the air velocity. Take

the density of air to be 1. 25 kg/m3

Answers

The air velocity is approximately 6.2 m/s. A Pitot-static probe is a device that is used to measure the velocity of fluid, in this case, air.

The probe consists of two tubes, a Pitot tube and a static tube. The Pitot tube is positioned in the airflow, and it measures the total pressure of the fluid, which includes the static pressure and the dynamic pressure. The static tube, on the other hand, is positioned perpendicular to the airflow and measures only the static pressure.

In this particular scenario, the Pitot tube is connected to a water manometer, which is a device that measures the difference in fluid levels between the two arms of a U-shaped tube. The difference in fluid levels is proportional to the difference in pressure between the two points being measured.

To know more about air velocity visit:-

https://brainly.com/question/28503178

#SPJ11

the or function implemented using contacts requires contacts connected in

Answers

The OR function implemented using contacts requires contacts connected in series.

When implementing the OR function using contacts, the contacts need to be connected in series.

In a series connection, the contacts are arranged in such a way that the output is activated or energized when any of the contacts are closed or activated.

In a series connection, the current flows through each contact sequentially. If any of the contacts in the series are closed, the current can pass through and activate the output. This means that only one of the contacts needs to be closed for the output to be activated.

If all the contacts in the series are open or not closed, the current cannot flow through, and the output remains inactive. It is only when any one of the contacts in the series is closed that the output is activated.

To learn more on OR function click:

https://brainly.com/question/30721594

#SPJ4

Find E[x] when x is sum of two fair dice?

Answers

Answer:

When two fair dice are rolled, 6×6=36 observations are obtained.

P(X=2)=P(1,1)=

36

1

P(X=3)=P(1,2)+P(2,1)=

36

2

=

18

1

P(X=4)=P(1,3)+P(2,2)+P(3,1)=

36

3

=

12

1

P(X=5)=P(1,4)+P(2,3)+P(3,2)+P(4,1)=

36

4

=

9

1

P(X=6)=P(1,5)+P(2,4)+P(3,3)+P(4,2)+P(5,1)=

36

5

P(X=7)=P(1,6)+P(2,5)+P(3,4)+P(4,3)+P(5,2)+P(6,1)=

36

6

=

6

1

P(X=8)=P(2,6)+P(3,5)+P(4,4)+P(5,3)+P(6,2)=

36

5

P(X=9)=P(3,6)+P(4,5)+P(5,4)+P(6,3)=

36

4

=

9

1

P(X=10)=P(4,6)+P(5,5)+P(6,4)=

36

3

=

12

1

P(X=11)=P(5,6)+P(6,5)=

36

2

=

18

1

P(X=12)=P(6,6)=

36

1

Therefore, the required probability distribution is as follows.

Then, E(X)=∑X

i

⋅P(X

i

)

=2×

36

1

+3×

18

1

+4×

12

1

+5×

9

1

+6×

36

5

+7×

6

1

+8×

36

5

+9×

9

1

+10×

12

1

+11×

18

1

+12×

36

1

=

18

1

+

6

1

+

3

1

+

9

5

+

6

5

+

6

7

+

9

10

+1+

6

5

+

18

11

+

3

1

=7

E(X

2

)=∑X

i

2

⋅P(X

i

)

=4×

36

1

+9×

18

1

+16×

12

1

+25×

9

1

+36×

36

5

+49×

6

1

+64×

36

5

+81×

9

1

+100×

12

1

+121×

18

1

+144×

36

1

=

9

1

+

2

1

+

3

4

+

9

25

+5+

6

49

+

9

80

+9+

3

25

+

18

121

+4

=

18

987

=

6

329

=54.833

Then, Var(X)=E(X

2

)−[E(X)]

2

=54.833−(7)

2

=54.833−49

=5.833

∴ Standard deviation =

Var(X)

=

5.833

=2.415

If an athlete can row at a rate of 50 m/min, how many days would it take to cross the Atlantic (≈3000 mi)?

Answers

The kinematics we can find the time to cross the Atlantic is 67 days.

The kinematics studies the movement of the body making relationships between the position, the speed and the acceleration of the same.

The average velocity is defined as the relation between the displacement between the time of the interval

           v = \(\frac{\Delta x}{t}\)

           Δt = \(\frac{\Delta x}{v}\)

 

Where v is the velocity, x the displacement t time

In this case they indicate the displacement is Δx = 3000 mi and the speed is v = 50 m / min

The system of units allow data to be exchanged with precision and safety, for this there is currently the international system of measurements (SI), where the unit of length is the meter and the unit of time is the second, let's reduce the magnitudes given to these units.

           Δx = 3000 mi (  ) = 4.828 10⁶ m

            v = 50 m / min ( ) = 0.833 m / s

Now we can calculate the time to cross the Atlantic

            Δt = 4.828 10⁶ / 0.833

            Δt = 5.796 10⁶ s

Let's reduce to days

            Δt = 5.796 10⁶ s (  ) (  )

            Δt = 67 days

In conclusion using kinematics we can find the result of the time to cross the Atlantic is 67 days.

Learn more about kinematics here: brainly.com/question/24984555

Multiply. Write the answer in simplest form. 1 3/10×1/8

Answers

9514 1404 393

Answer:

  13/80

Explanation:

The product is ...

  (1 3/10)×(1/8) = (13/10)×(1/8) = (13×1)/(10×8) = 13/80

52 M ta 10 2-22 2-а. for C calculate the current passing through the 4ohm resistor using thevenin's theorem.​

Answers

Explanation:

a stationer sell 8 pencil for the cost price of 10 ,find his gain percent

Which of the following is NOT a line used on blueprints?

Answers

Answer: Photo lines

Explanation: made more sense

If the effective mass of holes is greater than the effective mass of electrons in semiconductor material, Question 3 options: the intrinsic Fermi energy is slightly above the center of the bandgap. the bandgap is wider than it would be if the situation were reversed. there is no effect on the intrinsic Fermi energy level. the intrinsic Fermi energy is slightly below the center of the bandgap.

Answers

Answer:

The intrinsic Fermi energy is slightly below the center of the bandgap ( option A )

Explanation:

Given that the effective mass of holes is > than the effective mass of electrons in a semiconductor the Intrinsic Fermi energy is slightly below the center of the bandgap.

Intrinsic Fermi energy is experienced/present in the occupation of energy levels in the valence or conduction bands of an intrinsic conductor

Before a rotameter can be used to measure an unknown flow rate, a calibration curve of flow rate versus rotameter reading must be prepared.

a. True
b. False

Answers

this statement is b which is true: hope this helped

A total of 10 rectangular aluminum fins (k = 203 W/m·K) are placed on the outside flat surface of an electronic device. Each fin is 100 mm wide, 20 mm high and 4 mm thick. The fins are located parallel to each other at a center-to-center distance of 8 mm. The temperature at the outside surface of the electronic device is 72°C. The air is at 20°C, and the heat transfer coefficient is 80 W/m^2·K. Determine:


a. the rate of heat loss from the electronic device to the surrounding air

b. the fin effectiveness.

Answers

Answer:

a. the rate of heat loss from the electronic device to the surrounding air

A total of 10 rectangular aluminum fins (k = 203 W/m·K) are placed on the outside flat surface of an electronic device. Each fin is 100 mm wide, 20 mm high and

4 mm thick. The fins are located parallel to each other at a center-to-center distance of 8 mm. The temperature at the outside surface of the electronic device is 72°C. The air is at 20°C, and the heat transfer coefficient is 80 W/m2·K. Determine (a) the rate of heat loss from the electronic device to the surrounding air and (b) the fin effectiveness.

Explanation:

Sorry if wrong, Hope I helped

~#Lilly

Other Questions
Find the missing numbers:X + 9x + 14 = (x + 2)(x + ?) 50 POINTS In two or more complete sentences, define the key features of the graph below and explain how to write its equation using function notation. When calculating the future value of multiple cash flows using a spreadsheet, you must:_________ Pa Name the three types of muscle tissue found in humans Muscular Actions 1. Agonist (prime mover) 2. Antagonist 3. Synergists 4 Fxatives nerve control 1. Volunteers 2. Invluntary or c 3. Autonomous 4 Apply Concepts Describe a hypothetical government budget that employs an expansionary policy. Prior to a trip the pressure in a truck tire was 1.8 atm when the temperature was20C. When the trip was over the pressure was 1.9 atm. Assuming constant volume,what is the new temperature in Kelvin? what is 8u+17=17 what is u = to Carmita bought 20 pizzas for a party, An hour after the party started, 2/7 of the pizzas had been eaten. How many pizzas had been eaten? Assume that interest rate parity (IRP) exists. You expect that the one-year nominal interest rate in the U.S. is 7%, while the one-year nominal interest rate in Australia is 11%. The spot rate of the Australian dollar is $0.60. You will need 10 million Australian dollars in one year. Today, you purchase a one-year forward contract in Australian dollars. How many U.S. dollars will you need in one year to fulfill your forward contract which statement best describes the role of lichens ecological succession? farming is mainly undertaken for meat and milk the united states is number _____ among the nations with the world's longest life expectancies. U A cube is a rectangular prism whose edge lengths are all the same.What is the volume of a cube with an edge length of 2 feet? Circlethe letter of the correct answer.A 4 cubic feetB 6 cubic feetC 8 cubic feetD 12 cubic feetDanny chose B as the correct answer. How did he get that answer? the nurse is caring for a client after cardiac surgery. what laboratory result will lead the nurse to suspect possible renal failure? Place the four American Space Programs in the order in which they appeared Have you ever noticed that the people you see on TV and in movies sometimes seem a little too perfect? Media producers have a long history of creating characters who are more beautiful, more successful, richer, and even happier than the average American, and as viewers, we usually cant get enough of them. But watching such unrealistic lives can actually be detrimental to our mental health. Where in an argumentative essay would this excerpt most likely belong? A. In the middle of the essay because it uses evidence B. At the beginning of the first paragraph, because it is the claim C. In the middle of the essay because it is a body paragraph D. At the beginning of the first paragraph, because it is the hook moving into a new line of business, such as a new product or market, is known as multiple choice question. diversification. differentiation. accommodation. What is the equation of the function that is graphed as line a? Moreira is comparing prices at two video game rental companies rebound game rental charges a base fee of four dollars and an additional two dollars per day girl right and then charges a base fee of one dollar and additional three dollars per day both video game rental companies would cost the same amount Sonya, who is paid time and a half for hours worked in excess of 40 hours, had gross weekly wages of $345 for 44 hours worked. What is her regular hourly rate?