Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
jeffery brown

jeffery b.

Divider

Questions asked

BEST MATCH

Determine the probability that at least 2 people in a room of 11 people share the same birthday, ignoring leap years and assuming each birthday is equally likely, by answering the following questions. (a) Compute the probability that 11 people have different birthdays. (b) Use the result of part a to compute the probability that at least 2 people out of 11 share the same birthday. Question content area bottom Part 1 (a) The probability that 11 people have different birthdays is    enter your response here. (Round to three decimal places as needed.)

View Answer
divider
BEST MATCH

6. (2.4 points) A Brayton cycle has inlet at 17°C, 100kPa, with compression ratio of 16:1. The heat added in combustion is 1160kJ/kg so assume a two stage turbine with reheat of 580kJ/kg at 400kPa and the other 580kJ/kg is added before the first stage. 6.1 (0.2 point) Draw a P-v and T-s diagram for this cycle. 6.2 (1.2 point) Determine the temperature, pressure at each point. Compressor 1st Turbine 2nd Turbine process 1 2 3 4 5 6 P(kPa) a b c d e f T (K) g h i j k l 6.3 (0.2 point) Determine compressor work(w)(kJ/kg). 6.4 (0.2 point) Determine the 1st turbine work(kJ/kg). 6.5 (0.2 point) Determine the 2nd turbine work(kJ/kg). 6.6 (0.2 point) Determine the net work(kJ/kg). 6.7 (0.2 point) Determine the cycle efficiency. 7. Extra Credit (1 point) 4-stroke gasoline engine has intake at 280K, 75 kPa with the highest temperature of 2400 K and exhaust temperature of 960 K. It runs at 2500 rpm. The displacement volume of cylinder is 0.0036m³. a. (0.5 point) Find the maximum cycle pressure. b. (0.5 point) Determine the mean effective pressure and the power output. 8. Extra Credit (1 point) The world's largest diesel engine has displacement of 25m³ running at 200 rpm in a two stroke cycle producing 100000 hp. Assume an inlet state of 200kPa, 300K and a compression ratio of 20:1. What is the mean effective pressure and the flow of air to the engine?

View Answer
divider
BEST MATCH

Problem 4: For the language L, comprised of x number of 1's followed by y number of 0's, where $x \ge 0$, $y \ge 0$ and x and y are not equal} a) Generate CFG grammar for L b) convert the grammar from part a) to a NPDA

View Answer
divider
BEST MATCH

If Italy's real GDP fell from $2.2 trillion one year to $1.9 trillion the next, the annual growth rate would be Select one: a. -13.6 percent. b. -15.8 percent. c. 13.6 percent. d. 15.8 percent. Clear my choice

View Answer
divider
BEST MATCH

Evaluate the indefinite integral. (Use C for the constant of integration.) \int \frac{a + bx^5}{\sqrt{6ax + bx^6}} dx

View Answer
divider
BEST MATCH

ompute the percentage change in nominal GDP, real GDP, and the GDP deflator in 2021 and 2022 from the preceding year. Year Percentage Change In... Nominal GDP Real GDP GDP Deflator 2021 100% % % 2022 % % % From 2020 to 2021, did not change; and from 2021 to 2022, did not change. Comparing the changes in 2021 and 2022, economic well-being increased more in .

View Answer
divider
BEST MATCH

Task: Implement the methods with the two classes from above in Java. Create a Priority Queue with binary trees. The implementation is based on two classes: PQueue and PNode. A priority queue object has a pointer "root" to an element of class PNode, as follows: public class PQueue { PNode root; public static class PNode { int key; PNode left, right, parent; int lcount, rcount; } Lcount and rcount are counters that record the number of nodes in the left and right subtree of a node. Using the data above, implement priority queues as binary trees with the heap property: "for each subtree, the key of the root is greater or equal to all other values in the subtree." Create the following methods: 1. void insert(int value): inserts a value into the queue. Requirements: insertion keeps the binary tree size-balanced, that is, for each node, the number of nodes in its left and right subtrees differ at most by one. Since each node holds information about the size of its left and right subtrees (lcount and rcount), you can decide into which subtree to insert a new node while keeping the tree size-balanced. And since inserting a new value requires inserting a new node, you also have to update these counters when inserting. If you have found out where to insert the new node in your tree as a leaf, the insertion of the new value may violate the heap property. 2. Boolean isEmpty() 3. int extractMax(): returns the maximum value in the queue and deletes it. If the queue is empty, make a RuntimeException. Hints: The maximum value in a heap is in the root. If you delete the root, this leaves a gap that needs to be filled. You should look for a leaf that can be dropped, load its value to the root, and delete the leaf.

View Answer
divider
BEST MATCH

3. A stream at 150 °C and 0.8 atm absolute consisting of 10 mole% methanol vapour in air flows into a condensor at a flowrate of 200 L/s. 90% of the entering methanol is condensed, and both the liquid and gas outlet streams are in equilibrium at 0 °C and 5 atm. Shaft work is delivered to the system at a rate of 30 kW in order to achieve the compression from 0.8 to 5 atm. (a) Calculate the mass fraction of methanol in the exit gas stream; air can be assumed to have an average molecular weight of 29.0. [5 marks] (b) Calculate the rate (kW) at which heat must be removed from the condensor. [20 marks]

View Answer
divider
BEST MATCH

3. (LO#2) (30 points) Atmospheric air enters the heated section of a circular tube at a flow rate of 0.005 kg/s and a temperature of 20°C. The tube is of diameter D=50 mm, and fully developed conditions with h=25 W/m²K exist over the entire length of L=3m. For the case of uniform surface heat flux at $q'' = 1000 W/m^2$, determine the determine the total heat transfer rate q and the mean temperature of the air leaving the tube $T_{m,o}$. What is the value of the surface temperature at the tube inlet $T_{s,i}$ and outlet $T_{s,o}$?

View Answer
divider
BEST MATCH

Find the most appropriate correlation coefficient for the data set represented by each scatterplot. A B (1) The correlation coefficient of the data set represented by scatterplot A is [Select] (3 pts) (2) The correlation coefficient of the data set represented by scatterplot B is [Select] (3 pts)

View Answer
divider