Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
joanne j-uregui

joanne j.

Divider

Questions asked

BEST MATCH

There is less uncertainty associated with future returns of common stocks than with returns of bonds and preferred stock. Group of answer choices True False

View Answer
divider
BEST MATCH

When a transport vesicle moves from the ER to the golgi, that is an example of ______ movement.

View Answer
divider
BEST MATCH

The vagus nerve supplies all of the following except the: heart lungs stomach small intestine muscles of the eye

View Answer
divider
BEST MATCH

Which of the following code snippets does NOT contain an example of the "accumulator" pattern? O total = 0 print("Please enter 5 grades:") for i in range(5): grade = int(input(f"Test grade {i+1} > ")) total = total + grade print() print("Total points earned is", total, "out of 00.") Otries = 0 number = int(input("Enter a number 1-5 > ")) while number < 1 or number > 5: print("That is not a valid choice. Pick 1-5.") tries = tries + 1 number = int(input("> ")) print() print("You entered", number, "after", tries, "incorrect attempts.") import random heads = 0 tails = 0 for i in range(10): coin = random.randrange(2) if coin == 0: heads += 1 else: tails += 1 print() print("Coin flip summary:") print("heads =", heads, "tails =", tails) Ο pw = "" while pw != "hunter2": pw = input("What is the password?\n") print("Yes, the password is", pw, ". You may enter.", sep="")

View Answer
divider
BEST MATCH

Two methods are used to predict how many customers will call in for help in the next four days. The first method predicts the numbers of callers to be 23, 5, 14, and 20 for the four respective days. The second method predicts 20, 13, 14, and 20 for the four respective days. The actual numbers of callers turn out to be 23, 10, 15, and 19. Which method has the smaller mean absolute error (MAE)? ? Cannot be determined ? Both methods have the same MAE ? The second method ? The first method

View Answer
divider
BEST MATCH

A1) Consider the following systems: R $v_1(t)$ $i(t)$ $C_1$ L $C_2$ $v_2(t)$ System-1 $L_1$ $i_1(t)$ $L_2$ $i_2(t)$ R C System-2 Prove which of the above systems are analogous to each other. $x_1(t)$ $F(t)$ K $M_1$ B $M_2$ $x_2(t)$ System-3

View Answer
divider
BEST MATCH

Sheryl transfers two assets to a partnership in separate transactions: a. Land with a $30,000 adjusted basis and a $130,000 FMV in exchange for a 15% interest in the partnership. b. A machine with a $39,000 adjusted basis and a $25,000 FMV. The partnership signs a note for $25,000 as consideration for the exchange. (Assume Sheryl has no partnership interest.) Explain whether Sheryl recognizes gain or loss for either or both of these transactions, and discuss the reason for any difference in tax treatment A. Sheryl recognizes no gain or loss for transaction a, but recognizes a $14,000 loss for transaction b. According to Sec. 721, no gain or loss is recognized on the transfer of property in exchange for a partnership interest. Transaction b is treated as a sale of property because she did not receive a partnership interest B. Sheryl recognizes a(n) $100,000 gain for transaction a and recognizes a $14,000 loss for transaction b. According to Sec. 721, the transfer of property in exchange for a partnership interest is treated as a sale of property. C. Sheryl recognizes no gain or loss for either transaction a or transaction b. According to Sec. 721, no gain or loss is recognized on the transfer of property in exchange for a partnership interest. Transaction b is also treated as a transfer of property in exchange for a partnership interest because she received a partnership note D. Sheryl recognizes no gain or loss for transaction a, but recognizes a $14,000 loss for transaction b. According to Sec. 721, no gain or loss is recognized on the transfer of property in exchange for less than an 80% partnership interest. Transaction b is treated as a sale of property because she did not receive a partnership interest

View Answer
divider
BEST MATCH

5. Mary bought some shares of stock for a total of $10,500 in 2012 and sold them to Peter for $10,000 in 2014 who in turn sold them for $10,500 in 2016. The CPI was 210 in 2012, 200 in 2014, 210 in 2016. The tax on capital gains is 15% (It is 0% on capital losses). For simplicity, assume that the tax is paid when the capital gain is realized, i.e., when the stock is sold. (a) How much money did Mary make in constant 2014 dollars? (b) How much money did Peter make in constant 2014 dollars?

View Answer
divider
BEST MATCH

Inventories: 1-May 31-May Raw Materials $ 178,350 $ 163,250 Work-in-process $ 43,850 $ 42,180 Finshed goods $ 850,760 $ 759,081 Additional information follows: Additional Information: Raw materials purchases Direct labor Manufacturing Overhead Incurred Manufacturing overhead applied $ 89,527 259,873 679,250 659,750 Required: 1) Complete Schedule for Cost of Goods Manufactured in good form. 2) Complete Schedule for Cost of Goods Sold in good form.

View Answer
divider
BEST MATCH

The Fundamental Theorem of Calculus, Part 2 If $f$ is continuous on $[a, b]$, then $\int_a^b f(x) dx = F(b) - F(a)$ where $F$ is any antiderivative of $f$, that is, a function such that $F' = f$. PROOF Let $g(x) = \int_a^x f(t) dt$. We know from Part 1 that $g'(x) = f(x)$; that is, $g$ is an anti- derivative of $f$. If $F$ is any other antiderivative of $f$ on $[a, b]$, then we know from Corol- lary 4.2.7 that $F$ and $g$ differ by a constant: 6 $F(x) = g(x) + C$ for $a < x < b$. But both $F$ and $g$ are continuous on $[a, b]$ and so, by taking limits of both sides of Equation 6 (as $x \to a^+$ and $x \to b^-$), we see that it also holds when $x = a$ and $x = b$. If we put $x = a$ in the formula for $g(x)$, we get $g(a) = \int_a^a f(t) dt = 0$ So, using Equation 6 with $x = b$ and $x = a$, we have $F(b) - F(a) = [g(b) + C] - [g(a) + C]$ $= g(b) - g(a) = g(b) = \int_a^b f(t) dt$

View Answer
divider