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

joan c.

Divider

Questions asked

BEST MATCH

You just purchased some equipment that is classified as 5-year property for MACRS. The equipment cost $105,000. What will the book value of this equipment be at the end of two years should you decide to resell the equipment at that point in time? MACRS 5-year Property Year Rate 1 20.00% 2 32.00% 3 19.20% 4 11.52% 5 11.52% 6 5.76% Ο $47,920 Ο $41,080 Ο $54,600 $50,400 O none of these

View Answer
divider
BEST MATCH

If a country sold 80 phones last year for $20,000 and this year sold another 80 of the same phones for $20,000, then its nominal GDP would

View Answer
divider
BEST MATCH

Cell-Antenna International (CAI), a Japanese cellular antenna manufacturer has received a large order to manufacture and install cell phone antennas in the Iraqi city of Baghdad. The contract is valued at JPY 10M and will be paid by the buyer in the currency of the contract. CAI does not have any strategic partners it can leverage to ensure a successful installation of the antennas. Although the country's political situation has raised significant concerns on the completion of the contract, the Executive Vice President signed this contract to help CAI diversify its market reach. Considering this is CAI's first contract in Iraq, the company is concerned about the risk of non-payment following contract completion. Which scenario would be most effective at limiting the losses that CAI could face due to non-collection? O A) Obtain payment via an irrevocable letter of guarantee. O B) Provide open payment terms and obtain a letter of guarantee from the bank securing future receivables. O C) Obtain a promissory note signed by the executives of CAI and the buyer. O D) Provide open payment terms and obtain credit insurance on the amount when invoiced.

View Answer
divider
BEST MATCH

he molecule shown below is dihydroxyacetone phosphate, an intermediate in the biochemical pathways of glycolysis and gluconeogenesis. The middle carbon of dihydroxyacetone phosphate is part of what type of functional group?

View Answer
divider
BEST MATCH

The 800 lb electrical transformer with center of gravity at G is supported by a pin at A and a smooth pad at B (like a rocker). The vertical component of reaction at the pin A is. 3 ft Select one: a. 200 lb b. 150 lb c. 900 lb d. 250 lb 1.5 ft B G

View Answer
divider
BEST MATCH

Find the open interval of convergence ($I^o$), the radius of convergence ($R$), the interval of convergence ($I$) and the values of $x$ that converge absolutely (AC), converge conditionally or diverge for the power series: $\sum_{n=1}^{+\infty} \frac{(x-2)^n}{3^n \sqrt{n}}$

View Answer
divider
BEST MATCH

An image is displayed on an 8x8 screen, as shown in Figure Q4 below. Figure Q4 (a) Draw the corresponding pruned quad tree of the image. (b) Draw the quad tree that results from reflecting the image about the line going from the top left to the bottom right corner of the screen.

View Answer
divider
BEST MATCH

For a system of 2 particles in R³ interacting through a potential with spherical symmetry V = V (r). Write a complete set of commutating operators (symmetries) that we can use to solve the Schrodinger equation using the method of separation of variables. It presents the corresponding eigenvalues and eigenfunctions in the most explicit way possible. Why is Coulomb's potential special?

View Answer
divider
BEST MATCH

In Section 27.4, we saw how to construct a merging network based on bitonic sorting. In this problem, we shall construct an odd-even merging network. We assume that n is an exact power of 2, and we wish to merge the sorted sequence of elements on lines a1, a2,..., an with those on lines an+1, an+2,..., a2n. If n = 1, we put a comparator between lines a1 and a2. Otherwise, we recursively construct two odd-even merging networks that operate in parallel. The first merges the sequence on lines a1, a3,..., an-1 with the sequence on lines an+1, an+3,..., a2n-1 (the odd elements). The second merges a2, a4,..., an with an+2, an+4,..., a2n (the even elements). To combine the two sorted subsequences, we put a comparator between a2i and a2i + 1 for i = 1, 2,..., n - 1. a. Draw a 2n-input merging network for n = 4. b. Professor Corrigan suggests that to combine the two sorted subsequences produced by the recursive merging, instead of putting a comparator between a2i and a2i+1 for i = 1, 2,..., n - 1, one should put a comparator between

View Answer
divider
BEST MATCH

I need help writing this program using C++. Write a program that uses structures as follows: It declares a structure named TempScale, with the following members: - double fahrenheit - double centigrade Next, it declares a nested structure named Reading, with the following members: - int windSpeed - double humidity - TempScale temperature The program also declares prototypes and comprises the following functions: main: It makes the needed declarations and defines a variable of type Reading, calls findReading to read the data and showReading to display the data. Structures should be passed through parameters/arguments. findReading: It uses a Reading structure reference variable as its parameter. The function should ask the user to enter values for each member of the structure. The values are read and assigned to the members of the structure. showReading: It uses a Reading structure variable as its parameter. The function displays the contents of the variable on the screen.

View Answer
divider