Answer:
a) Sample size = 1691
b) 95% Confidence Interval = (0.3696, 0.4304)
Explanation:
(a) How large a sample n should they take to estimate p with 2% margin of error and 90% confidence?
The margin of error is given by

Where z is the corresponding z-score for 90% confidence level
z = 1.645 (from z-table)
for p = 0.50 and 2% margin of error, the required sample size would be

(b) The advocacy group took a random sample of 1000 consumers who recently purchased this mobile phone and found that 400 were happy with their purchase. Find a 95% confidence interval for p.
The sample proportion is
p = 400/1000
p = 0.40
z = 1.96 (from z-table)
n = 1000
The confidence interval is given by

Therefore, we are 95% confident that the proportion of consumers who bought the newest generation of mobile phone were happy with their purchase is within the range of (0.3696, 0.4304)
What is Confidence Interval?
The confidence interval represents an interval that we can guarantee that the target variable will be within this interval for a given confidence level.
Mark brainliest please!
Isothermal work will be less than the adiabatic work for any given compression ratio and set of suction conditions. The ratio of isothermal work to the actual work is the isothermal efficiency. Isothermal paths are not typically used in most industrial compressor calculations.
Compressors
Compressors are used to move gases and vapors in situations where large pressure differences are necessary.
Types of Compressor
Compressors are classified by the way they work: dynamic (centrifugal and axial) or reciprocating. Dynamic compressors use a set of rotating blades to add velocity and pressure to fluid. They operate at high speeds and are driven by steam or gas turbines or electric motors. They tend to be smaller and lighter for a given service than reciprocating machines, and hence have lower costs.
Reciprocating compressors use pistons to push gas to a higher pressure. They are common in natural gas gathering and transmission systems, but are less common in process applications. Reciprocating compressors may be used when very large pressure differences must be achieved; however, since they produce a pulsating flow, they may need to have a receiver vessel to dampen the pulses.
The compression ratio, pout over pin, is a key parameter in understanding compressors and blowers. When the compression ratio is below 4 or so, a blower is usually adequate. Higher ratios require a compressor, or multiple compressor stages, be used.
When the pressure of a gas is increased in an adiabatic system, the temperature of the fluid must rise. Since the temperature change is accompanied by a change in the specific volume, the work necessary to compress a unit of fluid also changes. Consequently, many compressors must be accompanied by cooling to reduce the consequences of the adiabatic temperature rise. The coolant may flow through a jacket which surrounds the housing with liquid coolant. When multiple stage compressors are used, intercooler heat exchangers are often used between the stages.
Dynamic Compressors
Gas enters a centrifugal or axial compressor through a suction nozzle and is directed into the first-stage impeller by a set of guide vanes. The blades push the gas forward and into a diffuser section where the gas velocity is slowed and the kinetic energy transferred from the blades is converted to pressure. In a multistage compressor, the gas encounters another set of guide vanes and the compression step is repeated. If necessary, the gas may pass through a cooling loop between stages.
Compressor Work
To evaluate the work requirements of a compressor, start with the mechanical energy balance. In most compressors, kinetic and potential energy changes are small, so velocity and static head terms may be neglected. As with pumps, friction can be lumped into the work term by using an efficiency. Unlike pumps, the fluid cannot be treated as incompressible, so a differential equation is required:
Compressor Work
Evaluation of the integral requires that the compression path be known - - is it adiabatic, isothermal, or polytropic?
uncooled units -- adiabatic, isentropic compression
complete cooling during compression -- isothermal compression
large compressors or incomplete cooling -- polytropic compression
Before calculating a compressor cycle, gas properties (heat capacity ratio, compressibility, molecular weight, etc.) must be determined for the fluid to be compressed. For mixtures, use an appropriate weighted mean value for the specific heats and molecular weight.
Adiabatic, Isentropic Compression
If there is no heat transfer to or from the gas being compressed, the porocess is adiabatic and isentropic. From thermodynamics and the study of compressible flow, you are supposed to recall that an ideal gas compression path depends on:
Adiabatic Path
This can be rearranged to solve for density in terms of one known pressure and substituted into the work equation, which then can be integrated.
Adiabatic Work
The ratio of the isentropic work to the actual work is called the adiabatic efficiency (or isentropic efficiency). The outlet temperature may be calculated from
Adiabatic Temperature Change
Power is found by multiplying the work by the mass flow rate and adjusting for the units and efficiency.
Isothermal Compression
If heat is removed from the gas during compression, an isothermal compression cycle may be achieved. In this case, the work may be calculated from:
http://facstaff.cbu.edu/rprice/lectures/compress.html
Answer:
see the explanation
Explanation:
/* C Program to construct Deterministic Finite Automaton */
#include <stdio.h>
#include <DFA.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <stdbool.h>
struct node{
struct node *initialStateID0;
struct node *presentStateID1;
};
printf("Please enter the total number of states:");
scanf("%d",&count);
//To create the Deterministic Finite Automata
DFA* create_dfa DFA(){
q=(struct node *)malloc(sizeof(struct node)*count);
dfa->initialStateID = -1;
dfa->presentStateID = -1;
dfa->totalNumOfStates = 0;
return dfa;
}
//To make the next transition
void NextTransition(DFA* dfa, char c)
{
int tID;
for (tID = 0; tID < pPresentState->numOfTransitions; tID++){
if (pPresentState->transitions[tID].condition(c))
{
dfa->presentStateID = pPresentState->transitions[tID].toStateID;
return;
}
}
dfa->presentStateID = pPresentState->defaultToStateID;
}
//To Add the state to DFA by using number of states
void State_add (DFA* pDFA, DFAState* newState)
{
newState->ID = pDFA->numOfStates;
pDFA->states[pDFA->numOfStates] = newState;
pDFA->numOfStates++;
}
void transition_Add (DFA* dfa, int fromStateID, int(*condition)(char), int toStateID)
{
DFAState* state = dfa->states[fromStateID];
state->transitions[state->numOfTransitions].toStateID = toStateID;
state->numOfTransitions++;
}
void reset(DFA* dfa)
{
dfa->presentStateID = dfa->initialStateID;
}
Answer:
Temperature to which the shaft must be cooled, 
Explanation:
Diameter of the shaft at room temperature, d₁ = 40 mm
Room temperature, θ₁ = 21°C
Coefficient of thermal expansion, 
The shaft is reduced in size by 0.20 mm:
Δd = - 0.20 mm
The temperature to which the shaft must be cooled, θ₂ = ?
The coefficient of thermal expansion is given by the equation:
