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
Vitek1552 [10]
3 years ago
10

Suppose that the voltage is reduced by 10 percent (to 90 VV). By what percentage is the power reduced? Assume that the resistanc

e remains constant.
Engineering
1 answer:
pickupchik [31]3 years ago
5 0

Answer:

The power is reduced by 19 percent.

Explanation:

The formula of power is given by:

P = \frac{V^{2}}{R}

In which V is the voltage, and R is the resistance.

I am going to use R = 1 in both cases.

With the original voltage, V = 1, we have

P = \frac{V^{2}}{R} = \frac{1}{1} = 1

With the modified voltage, V = 0.9, we have:

P = \frac{V^{2}}{R} = \frac{0.9^{2}}{1} = 0.81

So the power is reduced by 1-0.81 = 0.19 = 19 percent.

You might be interested in
Piping layout carrying liquid water at 70°F at a volumetric flow rate of 0.2 is composed of four sections of 4-in. Diameter stee
horrorfan [7]

Answer:I have no clue if you find out let me know

Explanation:

7 0
3 years ago
Note that common skills are listed toward the top, and less common skills are listed toward the bottom.
Sladkaya [172]

Answer:

BDEG

Explanation:

got it right on the test on edge because i used my b r a i n

5 0
2 years ago
Write a C program that will update a bank balance. A user cannot withdraw an amount ofmoney that is more than the current balanc
GarryVolchara [31]

Answer:

Explanation:

Sample output:

BANK ACCOUT PROGRAM!

----------------------------------

Enter the old balance: 1234.50

Enter the transactions now.

Enter an F for the transaction type when you are finished.

Transaction Type (D=deposit, W=withdrawal, F=finished): D

Amount: 568.34

Transaction Type (D=deposit, W=withdrawal, F=finished): W

Amount: 25.68

Transaction Type (D=deposit, W=withdrawal, F=finished): W

Amount: 167.40

Transaction Type (D=deposit, W=withdrawal, F=finished): F

Your ending balance is $1609.76

Program is ending

Code to copy:

// include the necessary header files.

#include<stdio.h>

// Definition of the function

float withdraw(float account_balance, float withdraw_amount)

{

// Calculate the balace amount.

float balance_amount = account_balance - withdraw_amount;

// Check whether the withdraw amount

// is greater than 0 or not.

if (withdraw_amount > 0 && balance_amount >= 0)

{

// Assign value.

account_balance = balance_amount;

}

// return account_balance

return account_balance;

}

// Definition of the function deposit.

float deposit(float account_balance, float deposit_amount)

{

// Check whether the deposit amount is greater than zero

if (deposit_amount > 0)

{

// Update account balance.

account_balance = account_balance + deposit_amount;

}

// return account balance.

return account_balance;

}

int main()

{

// Declare the variables.

float account_balance;

float deposit_amount;

float withdrawl_amount;

char input;

// display the statement on console.

printf("BANK ACCOUT PROGRAM!\n");

printf("----------------------------------\n");

// prompt the user to enter the old balance.

printf("Enter the old balance: ");

// Input balance

scanf("%f", &account_balance);

// Display the statement on console.

printf("Enter the transactions now.\n");

printf("Enter an F for the transaction type when you are finished.\n");

// Start the do while loop

do

{

// prompt the user to enter transaction type.

printf("Transaction Type (D=deposit, W=withdrawal, F=finished): ");

// Input type.

scanf(" %c", &input);

// Check if the input is D

if (input == 'D')

{

// Prompt the user to input amount.

printf("Amount: ");

// input amount.

scanf("%f", &deposit_amount);

// Call to the function.

account_balance=deposit(account_balance,deposit_amount);

}

// Check if the input is W

if (input == 'W')

{

printf("Amount: ");

scanf("%f", &withdrawl_amount);

// Call to the function.

account_balance = withdraw(account_balance,withdrawl_amount);

}

// Check if the input is F

if (input == 'F')

{

// Dispplay the amount.

printf("Your ending balance is $%.2f\n", account_balance);

printf("Program is ending\n");

}

// End the while loop

} while(input != 'F');

return 0;

}

the picture uploaded below shows the program screenshot.

cheers, i hope this helps.

5 0
3 years ago
Air at 26 kPa, 230 K, and 220 rn/s enters a turbojet engine in flight. The air mass flow rate is 25 kg/s. The compressor pressur
Paha777 [63]

Answer:

Explanation:

Answer:

Explanation:

Answer:  

Explanation:  

This is a little lengthy and tricky, but nevertheless i would give a step by step analysis to make this as simple as possible.  

(a). here we are asked to determine the Temperature and Pressure.  

Given that the properties of Air;  

ha = 230.02 KJ/Kg  

Ta = 230 K  

Pra = 0.5477  

From the energy balance equation for a diffuser;  

ha + Va²/2 = h₁ + V₁²/2  

h₁ = ha + Va²/2 (where V₁²/2 = 0)  

h₁ = 230.02 + 220²/2 ˣ 1/10³  

h₁ = 254.22 KJ/Kg  

⇒ now we obtain the properties of air at h₁ = 254.22 KJ/Kg  

from this we have;  

Pr₁ = 0.7329 + (0.8405 - 0.7329)[(254.22 - 250.05) / (260.09 - 250.05)]  

Pr₁ = 0.77759  

therefore T₁ = 254.15K  

P₁ = (Pr₁/Pra)Pa  

= 0.77759/0.5477 ˣ 26  

P₁ = 36.91 kPa  

now we calculate Pr₂  

Pr₂ = Pr₁ (P₂/P₁) = 0.77759 ˣ 11 = 8.55349  

⇒ now we obtain properties of air at  

Pr₂ = 8.55349 and h₂ = 505.387 KJ/Kg  

calculating the enthalpy of air at state 2  

ηc = h₁ - h₂ / h₁ - h₂  

0.85 = 254.22 - 505.387 / 254.22 - h₂  

h₂ = 549.71 KJ/Kg  

to obtain the properties of air at h₂ = 549.71 KJ/Kg  

T₂ = 545.15 K

⇒ to calculate the pressure of air at state 2

P₂/P₁ = 11

P₂ = 11 ˣ 36.913  

p₂ = 406.043 kPa

but pressure of air at state 3 is the same,

i.e. P₂ = P₃ = 406.043 kPa

P₃ = 406.043 kPa

To obtain the properties of air at  

T₃ = 1400 K, h₃ = 1515.42 kJ/Kg and Pr = 450.5

for cases of turbojet engine,

we have that work output from turbine = work input to the compressor

Wt = Wr

(h₃ - h₄) = (h₂ - h₁)

h₄ = h₃ - h₂ + h₁  

= 1515.42 - 549.71 + 254.22

h₄ = 1219.93 kJ/Kg

properties of air at h₄ = 1219.93 kJ/Kg

T₄ = 1140 + (1160 - 1140) [(1219.93 - 1207.57) / (1230.92 - 1207.57)]

T₄ = 1150.58 K

Pr₄ = 193.1 + (207.2 - 193.1) [(1219.93 - 1207.57) / (1230.92 - 1207.57)]

Pr₄ = 200.5636

Calculating the ideal enthalpy of the air at state 4;

Лr = h₃ - h₄ / h₃ - h₄*

0.9 = 1515.42 - 1219.93 / 1515.42 - h₄  

h₄* = 1187.09 kJ/Kg

now to obtain the properties of air at h₄⁻ = 1187.09 kJ/Kg

P₄* = 179.7 + (193.1 - 179.7) [(1187.09 -1184.28) / (1207.57 - 1184.28)]

P₄* = 181.316

P₄ = (Pr₄/Pr₃)P₃       i.e. 3-4 isentropic process

P₄ = 181.316/450.5 * 406.043

P₄ = 163.42 kPa

For the 4-5 process;

Pr₅ = (P₅/P₄)Pr₄

Pr₅ = 26/163.42 * 200.56 = 31.9095

to obtain the properties of air at Pr₅ = 31.9095

h₅= 724.04 + (734.82 - 724.04) [(31.9095 - 3038) / (32.02 - 30.38)]

h₅ = 734.09 KJ/Kg

T₅ = 710 + (720 - 710) [(31.9095 - 3038) / (32.02 - 30.38)]

T₅ = 719.32 K

(b) Now we are asked to calculate the rate of heat addition to the air passing through the combustor;

QH = m(h₃-h₂)

QH = 25(1515.42 - 549.71)

QH = 24142.75 kW

(c). To calculate the velocity at the nozzle exit;

we apply steady energy equation of a flow to nozzle

h₄ + V₄²/2 = h₅ + V₅²/2

h₄  + 0  = h₅₅ + V₅²/2

1219.9 ˣ 10³ = 734.09 ˣ 10³ + V₅²/2

therefore, V₅ = 985.74 m/s

cheers i hope this helps

6 0
3 years ago
Three tool materials (high-speed steel, cemented carbide, and ceramic) are to be compared for the same turning operation on a ba
Tpy6a [65]

Answer:

Among all three tools, the ceramic tool is taking the least time for the production of a batch, however, machining from the HSS tool is taking the highest time.

Explanation:

The optimum cutting speed for the minimum cost

V_{opt}= \frac{C}{\left[\left(T_c+\frac{C_e}{C_m}\right)\left(\frac{1}{n}-1\right)\right]^n}\;\cdots(i)

Where,

C,n = Taylor equation parameters

T_h =Tool changing time in minutes

C_e=Cost per grinding per edge

C_m= Machine and operator cost per minute

On comparing with the Taylor equation VT^n=C,

Tool life,

T= \left[ \left(T_t+\frac{C_e}{C_m}\right)\left(\frac{1}{n}-1\right)\right]}\;\cdots(ii)

Given that,  

Cost of operator and machine time=\$40/hr=\$0.667/min

Batch setting time = 2 hr

Part handling time: T_h=2.5 min

Part diameter: D=73 mm =73\times 10^{-3} m

Part length: l=250 mm=250\times 10^{-3} m

Feed: f=0.30 mm/rev= 0.3\times 10^{-3} m/rev

Depth of cut: d=3.5 mm

For the HSS tool:

Tool cost is $20 and it can be ground and reground 15 times and the grinding= $2/grind.

So, C_e= \$20/15+2=\$3.33/edge

Tool changing time, T_t=3 min.

C= 80 m/min

n=0.130

(a) From equation (i), cutting speed for the minimum cost:

V_{opt}= \frac {80}{\left[ \left(3+\frac{3.33}{0.667}\right)\left(\frac{1}{0.13}-1\right)\right]^{0.13}}

\Rightarrow 47.7 m/min

(b) From equation (ii), the tool life,

T=\left(3+\frac{3.33}{0.667}\right)\left(\frac{1}{0.13}-1\right)\right]}

\Rightarrow T=53.4 min

(c) Cycle time: T_c=T_h+T_m+\frac{T_t}{n_p}

where,

T_m= Machining time for one part

n_p= Number of pieces cut in one tool life

T_m= \frac{l}{fN} min, where N=\frac{V_{opt}}{\pi D} is the rpm of the spindle.

\Rightarrow T_m= \frac{\pi D l}{fV_{opt}}

\Rightarrow T_m=\frac{\pi \times 73 \times 250\times 10^{-6}}{0.3\times 10^{-3}\times 47.7}=4.01 min/pc

So, the number of parts produced in one tool life

n_p=\frac {T}{T_m}

\Rightarrow n_p=\frac {53.4}{4.01}=13.3

Round it to the lower integer

\Rightarrow n_p=13

So, the cycle time

T_c=2.5+4.01+\frac{3}{13}=6.74 min/pc

(d) Cost per production unit:

C_c= C_mT_c+\frac{C_e}{n_p}

\Rightarrow C_c=0.667\times6.74+\frac{3.33}{13}=\$4.75/pc

(e) Total time to complete the batch= Sum of setup time and production time for one batch

=2\times60+ {50\times 6.74}{50}=457 min=7.62 hr.

(f) The proportion of time spent actually cutting metal

=\frac{50\times4.01}{457}=0.4387=43.87\%

Now, for the cemented carbide tool:

Cost per edge,

C_e= \$8/6=\$1.33/edge

Tool changing time, T_t=1min

C= 650 m/min

n=0.30

(a) Cutting speed for the minimum cost:

V_{opt}= \frac {650}{\left[ \left(1+\frac{1.33}{0.667}\right)\left(\frac{1}{0.3}-1\right)\right]^{0.3}}=363m/min [from(i)]

(b) Tool life,

T=\left[ \left(1+\frac{1.33}{0.667}\right)\left(\frac{1}{0.3}-1\right)\right]=7min [from(ii)]

(c) Cycle time:

T_c=T_h+T_m+\frac{T_t}{n_p}

T_m= \frac{\pi D l}{fV_{opt}}

\Rightarrow T_m=\frac{\pi \times 73 \times 250\times 10^{-6}}{0.3\times 10^{-3}\times 363}=0.53min/pc

n_p=\frac {7}{0.53}=13.2

\Rightarrow n_p=13 [ nearest lower integer]

So, the cycle time

T_c=2.5+0.53+\frac{1}{13}=3.11 min/pc

(d) Cost per production unit:

C_c= C_mT_c+\frac{C_e}{n_p}

\Rightarrow C_c=0.667\times3.11+\frac{1.33}{13}=\$2.18/pc

(e) Total time to complete the batch=2\times60+ {50\times 3.11}{50}=275.5 min=4.59 hr.

(f) The proportion of time spent actually cutting metal

=\frac{50\times0.53}{275.5}=0.0962=9.62\%

Similarly, for the ceramic tool:

C_e= \$10/6=\$1.67/edge

T_t-1min

C= 3500 m/min

n=0.6

(a) Cutting speed:

V_{opt}= \frac {3500}{\left[ \left(1+\frac{1.67}{0.667}\right)\left(\frac{1}{0.6}-1\right)\right]^{0.6}}

\Rightarrow V_{opt}=2105 m/min

(b) Tool life,

T=\left[ \left(1+\frac{1.67}{0.667}\right)\left(\frac{1}{0.6}-1\right)\right]=2.33 min

(c) Cycle time:

T_c=T_h+T_m+\frac{T_t}{n_p}

\Rightarrow T_m=\frac{\pi \times 73 \times 250\times 10^{-6}}{0.3\times 10^{-3}\times 2105}=0.091 min/pc

n_p=\frac {2.33}{0.091}=25.6

\Rightarrow n_p=25 pc/tool\; life

So,

T_c=2.5+0.091+\frac{1}{25}=2.63 min/pc

(d) Cost per production unit:

C_c= C_mT_c+\frac{C_e}{n_p}

\Rightarrow C_c=0.667\times2.63+\frac{1.67}{25}=$1.82/pc

(e) Total time to complete the batch

=2\times60+ {50\times 2.63}=251.5 min=4.19 hr.

(f) The proportion of time spent actually cutting metal

=\frac{50\times0.091}{251.5}=0.0181=1.81\%

3 0
3 years ago
Other questions:
  • 3/194 The assembly of two 5‐kg spheres is rotating freely about the vertical axis at 40 rev/min with θ = 90°. If the force F whi
    9·1 answer
  • Danny enjoys studying transportation networks and systems. Which field of engineering should he pursue?
    11·1 answer
  • The flatbed truck carries a large section of circular pipe secured only by the two fixed blocks A and B of height h. The truck i
    14·2 answers
  • How would your priorities change if the fine on the library book was $10 a day?
    14·1 answer
  • The organic acid, ACOOH, reacts reversibly with the alcohol BOH, to form the ester ACOOB according to the stoichiometric equatio
    6·1 answer
  • What is the ideal cooling system for low horsepower motor? For example1hp motor
    9·1 answer
  • Please choose a specific type of stability or control surface (e.g., a canard) and explain how it is used, what it is used for,
    5·1 answer
  • Use pseudocode. 1) Prompt for and input a saleswoman's sales for the month (in dollars) and her commission rate (percentage). Ou
    6·1 answer
  • Difference between theory and practice?​
    10·1 answer
  • The Environmental Protection Agency (EPA) has standards and regulations that says that the lead level in soil cannot exceed the
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!