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
12345 [234]
3 years ago
14

A Carnot engine has a piston displacement volume of 7.5 liters. The volume at the beginning of heat addition is 1.0 liters, the

pressure is 2000 kPa, and the temperature is 900 K. The heat added is 2.2 kJ and the substance is air. Determine the low temperature, TC and the thermal efficiency.
Engineering
1 answer:
RideAnS [48]3 years ago
6 0

Answer:

lol i thought that said carrot engine. But i actually put some study into this but couldn't find this answer sorry

Explanation:

You might be interested in
. Consider the single-engine light plane described in Prob. 2. If the specific fuel consumption is 0.42 lb of fuel per horsepowe
Trava [24]

Answer:

Hence the Range and Endurance of single engine plane is given by

650.644 miles and 5.3528 hrs at standard sea level.

Explanation:

Given :

A single engine light plane with ,

Specific fuel consumption 0.42lb/hr/hp.

Fuel capacity =44 gal.

Gross weight =3400 lb.

To find :

Range and Endurance of the plane.

Solution:

Consider  all standard measures of standard single engine propeller plane

as

Wing span =35.8 fts.

Wing swing area=174 sq ft

parasite drag coefficient  =Cd.o.=0.025

Oswald's eff. factor= 0.8

ρ=0.002377= corresponds to standard sea level constant.

Now

Formula for Range is given by, Breguent formula.

R=(η/c)  *(Cl/Cd)*ln(W1/W0)

here η is Oswald's constant,

Now calculating lift(Cl) and drag coefficient (Cd)

Cl=W/(1/2*ρ*v^2*S)

W=Gross weight

ρ=0.002377

Assume v=200 ft/sec normally,

S=174 Sq .ft.

CI=3400/(1/2*0.002377*200*200*174)

=6800/16543.9

=0.4110

Now calculating drag constant,

AR=(wing span)^2/wing swing area

=(35.8)^2/174

=7.37

Now

Drag Coefficient

Cd=Cd.o.+ (Cl^2)/(pie*e*AR)

=0.025+(0.4110)^2/(3.142*0.8*7.36)

=0.0342

Given that 44 gal fuel capacity and in Aviation weight of fuel is 5.64 lb/gal

hence weight of fuel=W1=3400- (44*5.64)

=3151.84

Now

for specific fuel consumption=0.42  lb/hp/hr

=0.42  lb*(1/550 ft)*(1/3600)sec

=2.12 *10^-7 lb/ft/sec

Now further calculating range

R=(η/c)  *(Cl/Cd)*ln(W1/W0)

={0.8/(2.12*10^-7)}*(0.4110/0.0342)*ln(3151.84/3400)

=0.024908/0.072504

=0.34354*10^7

=3.4353 *10^6 fts.

1mi =5280 ft

=(3.4353/5280)*10^6

=650.644 miles

Now

For Endurance

E=(η/c)*{(Cl^3/2)/Cd}*(2*ρ*S)^1/2*[1/(W1)^1/2  -1/(W0)^1/2].

=(0.8/2.12*10^-7)*{(0.4110^3/2)/0.0342}*(2*0.002377*174)^1/2*[1/(3151.84)^1/2  -1/(3400)^1/2]

=3.7735*10^6*7.7043*0.8272*0.0006629

=0.01927*10^6

=1.927*10^4 sec

here 1hr =3600 sec

E=(1.927/3600)*10^4

=5.3528 hrs

7 0
2 years ago
All brake lights are dimmer than normal. Technician A says that bad bulbs could be the cause. Technician B says that high resist
yarga [219]

Answer:

All Brake lights are dimmer than normal because high resistance in the brake switch could be the cause according to Technician B.

Explanation:

According to Technician A

When the bulb is faulty then no current will flow through bulb and it will be open circuit.So no light will produce in bulb .

According to Technician B

When a high resistance inserted in series  circuit the voltage across each resistance is reduced and this cause the light glow dimly.

Formula of resistance in series circuit

Rt=r1+r2+r3......

5 0
3 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
An iron-carbon alloy initially containing 0.286 wt% C is exposed to an oxygen-rich and virtually carbon-free atmosphere at 1200°
Fantom [35]

Answer:

Explanation:

Given data:

initial construction co = 0.286 wt %

concentration at surface position cs = 0 wt %

carbon concentration cx = 0.215 wt%

time = 7 hr

D =  7.5 \times 10^{-11} m^2/s

for 0.225% carbon concentration following formula is used

\frac{cx -co}{cs -co} = 1 - erf(\frac{x}{2\sqrt{DT}})

where, erf stand for error function

\frac{cx -co}{cs -co} = \frac{0.215 -0.286}{0 -0.286} =0.248

0.248 = 1 - erf(\frac{x}{2\sqrt{DT}})

erf(\frac{x}{2\sqrt{DT}}) = 1 - 0.248

erf(\frac{x}{2\sqrt{DT}}) = 0.751

from the table erf(Z) value = 0.751 lie between (z) = 0.80 and z = 0.85 so by inteerpolation we have z = 0.815

from given table

\frac{x}{2\sqrt{DT}} = 0.815

x = 2\times 0.815 \times \sqrt{7.5 \times 10^{-11}\times (7\times 3600)

x = 2.39\times 10^{-3} m

x = 0.002395 mm

8 0
3 years ago
A light bar AD is suspended from a cable BE and supports a 20-kg block at C. The ends A and D of the bar are in contact with fri
babymother [125]

Answer:

Tension in cable BE= 196.2 N

Reactions A and D both are  73.575 N

Explanation:

The free body diagram is as attached sketch. At equilibrium, sum of forces along y axis will be 0 hence

T_{BE}-W=0 hence

T_{BE}=W=20*9.81=196.2 N

Therefore, tension in the cable, T_{BE}=196.2 N

Taking moments about point A, with clockwise moments as positive while anticlockwise moments as negative then

196.2\times 0.125- 196.2\times 0.2+ D_x\times 0.2=0

24.525-39.24+0.2D_x=0

D_x=73.575 N

Similarly,

A_x-D_y=0

A_x=73.575 N

Therefore, both reactions at A and D are 73.575 N

7 0
3 years ago
Other questions:
  • Which of the following is not an example of heat generation? a)- Exothermic chemical reaction in a solid b)- Endothermic Chemica
    15·1 answer
  • An analog baseband audio signal with a bandwidth of 4kHz is transmitted through a transmission channel with additive white noise
    14·1 answer
  • Exhaust gases entering a convergent nozzle have a total pressure (Pt) of 200 kPa and total temperature (Tt) of 800 K. The gases
    5·2 answers
  • 6
    5·1 answer
  • Explain the use of remote sensing in surveying.​
    8·1 answer
  • What is a Planck Distribution and how is it used to solve for black body radiation problems?
    12·1 answer
  • 4. At what temperature does an engine run cleanest with least wear?
    11·1 answer
  • Describe the are of mechanical engineering
    6·2 answers
  • Carbon dioxide at a temperature of 0oC and a pressure of 600 kPa (abs) flows through a horizontal 40-mm- diameter pipe with an a
    10·1 answer
  • How might a field like philosophy of history help scientists​
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!