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

william n.

Divider

Questions asked

BEST MATCH

Problem 15.120 - Acceleration of a piston connected to a crank that rotates with a constant angular velocity Knowing that crank AB rotates about point A with a constant angular velocity of 780 rpm clockwise, determine the acceleration of the piston P when $\theta = 60^\circ$. The acceleration of the piston P when $\theta = 60^\circ$ is $\boxed{167}$ m/s².

View Answer
divider
BEST MATCH

What is a possible set of quantum numbers for one of uranium's electrons in the 5f energy sublevel? N

View Answer
divider
BEST MATCH

2. (20 points) Consider the joint probability distribution shown in the table below. The values in the cells are the values of P(X, Y) corresponding to pairs of values of the discrete random variables X and Y, for X = 1, 2, 3 and Y = 0, 1, 2. X P (X, Y) 0 1 0.02 2 0.25 3 0.06 Y 1 0.11 0.17 0.10 2 0.05 0.08 0.16 a) Find the correlation between X and Y. b) Are X and Y independent? Why or why not?

View Answer
divider
BEST MATCH

a given distribution had a population mean of 109 and a population standard deviation of 5 what z-score would be associated with the value x= 93

View Answer
divider
BEST MATCH

At low temperatures and in the presence of an appropriate catalyst, ammonia can decompose as follows: 2NH$_3$ \(\rightleftharpoons\) N$_2$ + 3H$_2$ The equilibrium constant for this reaction is given by the expression: $K = \frac{y_{N_2} y_{H_2}^3}{y_{NH_3}^2}$ A batch reactor was fed 2.0 mol ammonia (and nothing else), and then allowed to reach equilibrium. At the conditions in the reactor, K has a value of 3.0. 2.1. Calculate the conversion of ammonia at equilibrium by employing the extent-of-reaction method. 2.2. A colleague points out that the above system actually involves two reactions - the forward one and the reverse one. However, since you used only one reaction extent in your solution, your solution must be wrong. How would you counter that argument?

View Answer
divider
BEST MATCH

CSC263 Computer Organization & Architecture I Lab 3 Write a program that reads in numbers and prints a message telling whether or not each number is prime. Recall that a prime number is divisible only by itself and 1. An easy (but not efficient!) method to determine whether a number N is prime is to check whether any number smaller than N (other than 1) divides N evenly. For example, if N is 20, you need to check whether 2, 3, ..., 19 divide 20 evenly. Actually, you only need to check those numbers less than sqrt(n) (think about why this is true). If one of these numbers does divide n evenly, then N is not prime. It can be shown that all primes, other than 2 and 3, are of the form 6k - 1 or 6k + 1 for some k. (We will not prove this here.) This means that we can use the following algorithm, which is a little more efficient than the brute force method described above: isPrime(n) { if n == 1 return false else if n == 2 or n == 3 return true else if n mod 2 == 0 or n mod 3 == 0 return false let i = 5 while i * i <= n { if n mod i == 0 or n mod (i + 2) == 0 return false i = i + 6 } return true } Your program should prompt for numbers and use this algorithm to test whether each number is prime. Stop the program when the user enters 0.

View Answer
divider
BEST MATCH

Only $10,755. About 10 to 15 in the U.K. Property label the lines 15 in the U.S. Property label the ins Score 0.3 pts am Concept: Market Equilibrium 4 SuAucon rmGPCCCmc. Selected 8f 307 comp (0,13.6 Price dollars per comic box oo Question 16.67%

View Answer
divider
BEST MATCH

What is the value of 1100 minus 1110 (both numbers are in signed binary and negative numbers are already in 2's complement)? 11010 1100 0001 1110

View Answer
divider
BEST MATCH

OSUNIPHYS15.3.P.034 A car with a mass of 1,350.0 kg accelerates from 0 to 91.0 km/h in 15.0 s. (Enter the magnitudes.) a) What is its acceleration (in m/s^2)? m/s^2 (b) What is the net force (in N) on the car? N OSUNIPHYS15.3.P.039 Find the acceleration (in m/s^2) of the body of mass 6.3 kg shown below. (Express your answer in vector form.) A 13.0i N 4.0 N 8.0j N X m/s^2

View Answer
divider
BEST MATCH

Please construct and explain a conceptual framework of marketing with customer satisfaction as the dependent and the customer value as the intervening. Use at least ten main concepts including customer satisfaction and customer value concepts. Formulate four hypotheses.

View Answer
divider