Caleb Co. owns a machine that had cost $42,400 with accumulated depreciation of $18,400. Caleb exchanges the machine for a newer model that has a market value of $52,000. 1. Record the exchange assuming Caleb paid $30,000 cash and the exchange has commercial substance. 2. Record the exchange assuming Caleb paid $22,000 cash and the exchange has commercial substance.

Answers

Answer 1
Answer:

Answer: See explanation

Explanation:

1. Record the exchange assuming Caleb paid $30,000 cash and the exchange has commercial substance.

Dr Machine (new) $52000

Dr Loss on exchange of asset $2000

Dr Accumulated Depreciation $18400

Cr Equipment (Old) $42400

Cr Cash $30000

Nite that loss was calculated as:

= Market value of new machine - (Book value if old machine - Depreciation) - Cash paid

= $52000 - ($42400 - $18400) - $30000

= $52000 - $24000 - $30000

= -$2000

2. Record the exchange assuming Caleb paid $22,000 cash and the exchange has commercial substance

Dr Machine (new) $46000

Dr Accumulated Depreciation $18400

Cr Equipment (Old) $42400

Cr Cash $22000

Note that the value of the new machine was calculated as:

= Original cost + Cash paid - Accumulated Depreciation

= $42000 + $22000 - $18400

= $46000


Related Questions

Which statement must be included in a program in order touse a deque container?a. #include vectorb. #include c. #include containerd. #include deque
What are the similarities and differences between the editor-in-chief, managing editor, assignment editor, and copyeditor? Your response should be at least 150 words.
File Letter Counter Write a program that asks the user to enter the name of a file, and then asks the user to enter a character. The program should count and display the number of times that the specified character appears in the file. Use Notepad or another text editor to create a sample file that can be used to test the program.
Challenge: Tic-Tac-Toe (Report a problem) Detecting mouse clicks For this step of the challenge you will complete Tile's handleMouseClick method. The handleMouseClick method has two parameters: x and y which represent the coordinates of where the user clicked the mouse. When a user clicks inside a tile, that tile's handleMouseClick method should call that tile's onClick method. To check if the mouse click is inside of the tile, you will need an if statement that checks if: - the mouse click is on, or right of, the left edge of the tile - the mouse click is on, or left of, the right edge of the tile - the mouse click is on, or below, the upper edge of the tile - the mouse click is on, or above, the lower edge of the tile
The Clean Air Act Amendments of 1990 prohibit service-related releases of all ____________. A) GasB) OzoneC) MercuryD) Refrigerants

what would be the address of the cell, which is intersect of the second row and third column in a worksheet

Answers

Answer: The address of the cell is C2

Explanation:

In a worksheet like Microsoft Excel, there are rows and columns. It tags rows with numbers and tags columns with alphabet letters. For example, the first row is 1, the second row is 2, the third row is 3, and so on. Similarly, the first column is A, the second column is B and so on.

We want to know the address for the intersect of the second row i.e. 2, and the third column i.e. C in a worksheet. In other words, it might intersect column C and row 2.

A cell is a box where a row and column intersect. The address of the cell starts with the column, and next there is the row. In that case, we can conclude that the address of the cell is C2.

C2 or B3. This is if you are talking about Microsoft Excel.

An example of negative self-talk is:

Answers

Answer:

when you call yourself fat or ugly......but that was my answer but pls dont ever be negative abt yalls selfs i love yall the way u are and if u eva wanna talk ill do it in the comments

Explanation:

Answer:

for example, when there is a bad driver on the road near you does something dumb and the little voice in your head always says you idiot watch where you are going. It also can be when you put yourself down like saying that you are dumb or that you will never get a job

A computer with a frequency 2 GHZ and its average cycle per instruction is 2. what is the MIPS of the computer?

Answers

Answer:

The correct answer is 1000 MIPS.

Explanation:

Using the rule of three you can solve the needed cycles to complete 1.000.000 instructions.

  • 1 instruction -> 2 cycles
  • 1.000.000 instructions -> x cycles.

1.000.000 instructions multiplied by 2 cycles, divided by 1 instruction is equal to 2.000.000 cycles to complete 1.000.000 instructions.

To find the MIPS you have to divide the frequency by the cycles needed to complete 1.000.000 instructions.

MIPS = 2GHZ / 2.000.000 cycles = 1000 MIPS.

Define a forest root domain.

Answers

Answer: Forest root domain is used in the Active Directory forest for the first domain section.A domain is defined as the cluster of databases. This domains has Schema Admin groups and  Admin of enterprise.

Forest is defined as the boundaries inside which the accessing of the network can be done by the clients. Root is the section that is at the highest level in the complete domain name system.The combination of these two section form the forest root domain system.

List the various cases where use of a NULL value would be appropriate.

Answers

Answer:

The answer is below

Explanation:

There are cases where the use of a NULL value would be appropriate in a computer programming situation. These cases can be summarily described below:

The first case is in a situation where the value of the attribute of a certain element is known to exist, but the value can not be found

The second case is in a situation where the value of the attribute of a certain element is not known whether it exists or not.

Describe how data is transmitted using half-duplex serial data transmission.

Answers

Half-duplex serial data transmission allows for communication in both directions, but only one direction at a time. In applications such as walkie-talkies and traditional telephone systems.

In half-duplex serial data transmission, data is transmitted in one direction at a time

1. Sender initiates transmission: The sender, also known as the transmitter, starts the data transmission process. It prepares the data to be sent and waits for the appropriate time to start transmitting.

2. Sender sends data: The sender begins sending the data in a sequential manner. It breaks down the data into smaller units called frames or packets.

3. Receiver acknowledges receipt: After receiving each frame, the receiver acknowledges its successful reception to the sender.

4. Sender waits for acknowledgment: Upon sending a frame, the sender waits for the receiver's acknowledgment. If an acknowledgment is received, the sender proceeds to send the next frame.

5. Receiver processes the data: The receiver receives the frames and processes the data within each frame. It checks for errors using techniques like checksums or cyclic redundancy checks (CRC).

6. Roles switch for bidirectional communication: Once the sender finishes transmitting its data, the roles switch and the receiver becomes the sender, initiating its own transmission.

7. Communication continues: The process continues as the receiver sends its data and waits for acknowledgments, while the new sender processes the received data and sends acknowledgments.

Overall, half-duplex serial data transmission allows for communication in both directions, but only one direction at a time. This type of transmission is commonly used in applications such as walkie-talkies and traditional telephone systems.

Learn more about half-duplex serial here;

brainly.com/question/33829144

#SPJ3

Answer:

In half duplex mode, the signal is sent in both directions, but one at a time. In full duplex mode, the signal is sent in both directions at the same time. In simplex mode, only one device can transmit the signal. In half duplex mode, both devices can transmit the signal, but one at a time.