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

mandy s.

Divider

Questions asked

BEST MATCH

Question 28 1 pts If f(x)=x^(2)-2x 3 when x>1, and f(x)=x when x<=1, then f(2) f(0)= -1 0 3 2 1 1 pts

View Answer
divider
BEST MATCH

6.18 samples of n=6 items each are taken at regular intervals. A quality characteristic is measured and x bar and r values are calculated for each sample. After 50 samples, we have sum of x bar=2000 and sum of R=200. Assume that the quality characteristic is normally distributed.

View Answer
divider
BEST MATCH

IP3 does which of the following? Activates phosphodiesterase Activates PKA Activates PKG Activates PKB Activates AC Activates PLC Activates PKC opens calcium channels on ER

View Answer
divider
BEST MATCH

Aristotle's ethical teachings can be reduced to two basic sayings from traditional Greek folk wisdom: Suppress desire and seek inner peace Do nothing in excess and know yourself Know the good and teach it to your fellow humans Love yourself and love your neighbor the same way

View Answer
divider
BEST MATCH

An electron (m = 9.11 imes 10−31 kg ) is accelerated from rest to speed v by a conservative force. In this process, its potential energy decreases by 4.90 imes 10−14 J. Determine the electron's speed, v . Determine the electron's speed, v. v= -c Determine the electron's speed, u. A2

View Answer
divider
BEST MATCH

The blocks world is an old and well-known Al task-planning domain in which a robot arm manipulates blocks within a bounded workspace. Our version of the blocks world, which we call the "(n, k) blocks world", has a table-top with n locations {$L_1,... L_n$} where k distinct blocks {$B_1,..., B_k$} can be placed and stacked in various ways by the robot. A state in the (n, k) blocks world is denoted as a list S = [$S_1,... S_n$], where $S_i$ is the list of blocks stacked at $L_i$, with the top block first in the list ($S_i$ is an empty list [] if there are no blocks at $L_i$). An example state in a (3,4) blocks world is S = [[ ], [$B_1$, $B_3$], [$B_4$, $B_2$]]. Placing and stacking is performed using the action $M_{i \to j}$, which represents the robot moving a block at $L_i$ to $L_j$. Note: • No fruitless moves; i.e. $M_{i \to i}$ is not allowed. • if there is one or more blocks at $L_i$, $M_{i \to j}$ means the topmost block at $L_i$ is the one moved to $L_j$. • if there is a stack of one or more blocks at $L_j$, $M_{i \to j}$ means the block moved from $L_i$ is placed on top of the existing stack at $L_j$. • a move $M_{i \to j}$ is not legal if there is no block at $L_i$ to move. For example, invoking $M_{3 \to 1}$ in state $S_1$ = [[ ], [$B_1$, $B_3$], [$B_4$, $B_2$]] yields a new state $S_2$ = [[$B_4$], [$B_1$, $B_3$], [$B_2$]]. *Place your answers to the parts of this question in the text cell below this one. *

View Answer
divider
BEST MATCH

Let A = \{a, b, c\}, B = \{1, 2, 3, 4, 5\} (a) Find n(A \times B) (b) Find n(P(A)) (c) Find n(P(B)) (d) Find n(P(A) \times P(B)) (e) Find n(P(A \times B))

View Answer
divider
BEST MATCH

def generateBill(): cart = [] total = 0 while True: code = int(input("Enter Item code: ")) price = float(input("Enter the Price: ")) itemtype, discount = getDiscount(code) discountPrice=price*(100-discount)/100 total += discountPrice cart.append([code, price, discountPrice, itemtype]) if total > 100: total = 10 ask = input("Do you want to continue (y/n):") if ask == 'n': print("\n'Code' 'Price' 'DiscountPrice' 'ItemType' \n") for item in cart: print(""item[0]" "item[1]" "item[2]" "item[3], "\n") print("\n Total:", total) break generateBill()

View Answer
divider
BEST MATCH

Q3. (Heterogeneous Combustion) [10 marks total] A 100 µm char particle is burning in a furnace within a quiescent environment under these conditions: O2 partial pressure 0.1 atm, bulk gas temperature 1600 K, furnace wall temperature 1400 K, particle emissivity 0.9. Calculate the char particle temperature due to the reaction of C to CO at the char surface. Assume that the heat of reaction is 9.2 kJ/g and the char reaction rate constant is 0.071 g/(cm².s.atm O2).

View Answer
divider
BEST MATCH

Write a Fortran 90 program that sets up a 4x4 2D real array A and associates a single value pointer AP with element (2,1) of that array. Set all elements in A equal to 0.0 and print the value of AP to the screen. Next, set all elements in A equal to 1.23 and print the value of AP to the screen.

View Answer
divider