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

anthony r.

Divider

Questions asked

BEST MATCH

Identify whether each sentence is active or passive voice. The measured mass was 2.05 grams. Active The mass of 2.05 grams was measured with a balance. Active An appearance of a blue color was observed in the solution. Passive A blue color appeared in the solution. Passive

View Answer
divider
BEST MATCH

Chapter 15 Homework 5: The Slope and Position of the Long-Run Aggregate Supply Curve

View Answer
divider
BEST MATCH

Money market mutual funds are accounts that are : usually offered by banks. do not pay interest income .insured by the federal government. usually offered by brokerage and insurance

View Answer
divider
BEST MATCH

Which of the following statements is an example of an appropriately written nursing diagnosis? Question 43 options: Need for high-protein diet related to alteration in nutrition Anxiety related to uncertainty over surgery Acute pain related to left mastectomy Impaired gas exchange related to altered blood gas

View Answer
divider
BEST MATCH

pleaser answer all. thank you. You MUST use R for problems 5 - 7: 5) Now let's do some R. First we'll explore our Irises a bit more. Let's extract the data we want. This time we'll use all 50 values for sepal length and petal length for Iris virginica (the last of the three species in the data set - sepals are the leaves" that surround the petals before a flower opens). Without much explanation*,let's put the data into two variables called slength and plength: slength <- iris$Sepal.Length[101:150] plength <- iris$Petal.Length[101:150] * in brief, these commands pull out the last 50 values for sepal length and sepal width from the built in iris data set. Type a Now perform a correlation test of sepal length vs. sepal width. Incidentally, should this test be one Sided? Why or why not? (b) Now perform the correlation test again, this time do sepal width vs. sepal length. The results should be identical. Why?? (c) Create a scatterplot of the data. 6) You investigate the relationship between dbh (diameter (cm) at breast height) and height (m) of oak trees. You get the following results: dbh (cm): height(m): 40 57 39 34 46 26 14 20 29 38 31 60 11 18 48 43 44 51 49 11.3 11.6 12.4 9.0 12.4 9.8 8.3 8.5 7.3 12.4 11.1 13.2 10.9 5.6 6.5 9.7 11.3 9.5 2.2 15.2 Read the data into R. a) Calculate the following using R:x, y,SSx,SS, (Note that to get SS, or SS,, you can just ask R for the variance (var) or standard deviation, and then do the appropriate calculation). (b Perform a complete test of the hypothesis that there is no difference in height as dbh increases. Write out all the appropriate steps of a regular hypothesis test give Ho,Hi,a,your decision,etc. (c) Give the equation of the least squares line (Write it out, don't just hand in a printout!!) 7) Finally do the following: a create a scatter plot and residual plot for the analysis you did in 6 and comment on the residual plot (is it okay or do you see any problems?). (b create a q-q plot of the residuals and comment on it. (c) Write down the value of R, and interpet it (do not use adjusted R)

View Answer
divider
BEST MATCH

7. (9 points) The continuous random variables $X_1$ and $X_2$ have joint probability density function $f_{X_1, X_2}(x_1, x_2) = 0.01$, for $0 < x_1 < 10$, $0 < x_2 < 10$. (a) (5 points) Find $P(2X_1 + X_2 < 12)$. (b) (4 points) Are $X_1$ and $X_2$ independent or dependent (justify your answer).

View Answer
divider
BEST MATCH

1. value: 0.71 points Exercise 18-34 Manufacturing Cycle Time and Efficiency (LO 18-6) Bell & Porter has the following average times (in hours): Inspecting product 1.20 Manufacturing product 5.10 Storing inventory 1.25 Transporting product 5.05 Required: Calculate the manufacturing cycle efficiency. Menufacturing cycle efficiency

View Answer
divider
BEST MATCH

97. In the following circuit, the voltage difference between points P and Q is P R Q 15 V 5 ? 2A (1) 10 V (3) 8 V (2) 2.5 V (4) 5 V

View Answer
divider
BEST MATCH

Those questions are related tax property transaction. Thank you. Question 1: Short answer On 1/1/2106, Helen acquired an apartment building that she held as a rental. The property cost $3,000,000. She decided to allocate 80% of the cost to the building and 20% to the land. On 1/17/2018, Helen sold the building property to John for $4,000,000. By the time of the sale of the building, Helen depreciated 25% of the building. What is her gain or loss on the sale? ----------------------------------- Question 2: short answer Betty acquired an option to buy Sam's raw land for an option price of $10,000. The option provided that Betty would either: (1) exercise the option in one year and buy the property for an additional $215,000 or (2) not exercise the option, let it lapse and forfeit the $10,000 to Sam. a. Does Betty have to recognize any gain when she acquires the option? b. If Betty does the exercise the option- what is her basis in the land? ----------------------------------- Question 3: short answer Sally sold raw land she had purchased 5 years earlier for $100,000, Sally held the land for investment. At the time Sally acquired the land she also paid an attorney $10,000 to assist her in providing the legal services in connection with the land purchase. Bob agreed to buy the land for $150,000. The purchase price was to be paid by Bob using $75,000 of his own cash and a bank loan of $75,000. The bank loan interest interest rate was set at the applicable federal rate of interest. A couple of years prior to the sale she borrowed $15,000 from a bank to construct a small building on the land. a. What is Sally's initial basis in the raw land? b. Is Sally's adjusted basis the same or different from her initial basis? c. What is Sally's amount realized in the sale? d. What is the gain or loss Sally must recognize?

View Answer
divider
BEST MATCH

Find the absolute minimum value of the function \(f(x) = 2(x+1)^2 + \frac{x^3}{3}\) over the interval \([-3, 1]\)

View Answer
divider