Question

In: Accounting

This is a typical Ledger Card. Please locate the errors on this card, and correct them....

This is a typical Ledger Card. Please locate the errors on this card, and correct them.

Date Description            Charge                                    Credits                    Current
Payments Adj. Balance
1/4/20__ OV 65, EKG 45 110.00 20.00 0.00 90.00
2-1-20__ Insuarnce payment 0.00 40.00 20.00 30.00
3/10/20__ PE 120, Lab 64 194.00 0.00 0.00 224.00
3/30/20__ Insurance Payment 0.00 82.00 40.00 142.00
4/10/20__ ROA 0.00 50.00 0.00 92.00
6/25/20__ OV 65, EKG 45 110.00 20.00 0.00 182.00
8/19-/0__ OV 65, Lab 82 147.00 0.00 0.00 3299.00
9/1/20__ Insurance Payment 0.00 122.00 68.00 207.00
10/6/20__ OV 65, Strep 38 103.00 25.00 0.00 285.00
10/8/20__ Hospital Visit 225 225. 00 0.00 0.00 510.00
11-9-20__ Insurance Payment 0.00 288.00 117.00 105.00

Solutions

Expert Solution

Date description charge payments adjus

Balance

1/4/20 OV65,EKG 45 110 20 90
2/1/20 INSURANCE PAYMENT 0 40 20

30

3/10/20 PE-120,LAB 64 194 0 0 224
3/30/20 INSURANCE PAYMENT 0 82 40 102
4/10/20 ROA 0 50 0 52
6/25/20 OV65,EKG45 110 20 0 142
8/19/20 OV65, LAB82 147 0 0 289
9/01/20 INSURANCE PAYMENT 0 122 68 99
10/06/20 OV65,STREP 38 103 25 0

177

10/08/20 HOSPITAL VISIT 225 0 0 402
11/9/20 INSURANCE PAYMENT 0 288 117 (3)

Corrected Ledger card

To arrive at the balance we need to add the charge and substract the payments and the adjustments

and for next balance the same formula

So, basically

BALANCE+CHARGE-PAYMENTS-ADJUSTMENTS= BALANCE

and it continues


Related Solutions

Identify errors and correct them of the following Java program : 1. import java.utility.Random; 2. 3....
Identify errors and correct them of the following Java program : 1. import java.utility.Random; 2. 3. public class Sequen 4. 5. private int stand 6. private int calc; 7. 8. public Sequen(int numStand) 9. { 10. stand = numStand; 11. skip; 12. } 13. 14. public void skip() 15. { 16. Random sit = new Random(); 17. calc = sit.nextInt(stand) + 1; 18. } 19. 20. public getStand() 21. { 22. return stand; 23. } 24. 25. int getCalc() 26....
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public class Sequen 4.   5. private int stand   6. private int calc;   7.   8. public Sequen(int numStand) 9. { 10.         stand = numStand; 11.         skip; 12.         } 13.           14.         public void skip() 15.         { 16.         Random sit = new Random(); 17.         calc = sit.nextInt(stand) + 1; 18.         } 19.           20.         public getStand() 21.         { 22.         return stand; 23.         } 24.           25.         int getCalc() 26.         { 27.         return calc; 28.         } 29.         } Identify 5 other errors and give their Line Number, Error...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public class Sequen 4.   5. private int stand   6. private int calc;   7.   8. public Sequen(int numStand) 9. { 10.         stand = numStand; 11.         skip; 12.         } 13.           14.         public void skip() 15.         { 16.         Random sit = new Random(); 17.         calc = sit.nextInt(stand) + 1; 18.         } 19.           20.         public getStand() 21.         { 22.         return stand; 23.         } 24.           25.         int getCalc() 26.         { 27.         return calc; 28.         } 29.         } One error is already identified for you as shown below:...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public class Sequen 4.   5. private int stand   6. private int calc;   7.   8. public Sequen(int numStand) 9. { 10.         stand = numStand; 11.         skip; 12.         } 13.           14.         public void skip() 15.         { 16.         Random sit = new Random(); 17.         calc = sit.nextInt(stand) + 1; 18.         } 19.           20.         public getStand() 21.         { 22.         return stand; 23.         } 24.           25.         int getCalc() 26.         { 27.         return calc; 28.         } 29.         } One error is already identified for you as shown below:...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2. 3. public...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2. 3. public class Sequen 4. 5. private int stand 6. private int calc; 7. 8. public Sequen(int numStand) 9. { 10. stand = numStand; 11. skip; 12. } 13. 14. public void skip() 15. { 16. Random sit = new Random(); 17. calc = sit.nextInt(stand) + 1; 18. } 19. 20. public getStand() 21. { 22. return stand; 23. } 24. 25. int getCalc() 26. {...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public class Sequen 4.   5. private int stand   6. private int calc;   7.   8. public Sequen(int numStand) 9. { 10.         stand = numStand; 11.         skip; 12.         } 13.           14.         public void skip() 15.         { 16.         Random sit = new Random(); 17.         calc = sit.nextInt(stand) + 1; 18.         } 19.           20.         public getStand() 21.         { 22.         return stand; 23.         } 24.           25.         int getCalc() 26.         { 27.         return calc; 28.         } 29.         } One error is already identified for you as shown below:...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public class Sequen 4.   5. private int stand   6. private int calc;   7.   8. public Sequen(int numStand) 9. { 10.         stand = numStand; 11.         skip; 12.         } 13.           14.         public void skip() 15.         { 16.         Random sit = new Random(); 17.         calc = sit.nextInt(stand) + 1; 18.         } 19.           20.         public getStand() 21.         { 22.         return stand; 23.         } 24.           25.         int getCalc() 26.         { 27.         return calc; 28.         } 29.         } One error is already identified for you as shown below:...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2.   3. public class Sequen 4.   5. private int stand   6. private int calc;   7.   8. public Sequen(int numStand) 9. { 10.         stand = numStand; 11.         skip; 12.         } 13.           14.         public void skip() 15.         { 16.         Random sit = new Random(); 17.         calc = sit.nextInt(stand) + 1; 18.         } 19.           20.         public getStand() 21.         { 22.         return stand; 23.         } 24.           25.         int getCalc() 26.         { 27.         return calc; 28.         } 29.         } One error is already identified for you as shown below:...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2. 3. public...
Identify errors and correct them of the following Java program: 1. import java.utility.Random; 2. 3. public class Sequen 4. 5. private int stand 6. private int calc; 7. 8. public Sequen(int numStand) 9. { 10. stand = numStand; 11. skip; 12. } 13. 14. public void skip() 15. { 16. Random sit = new Random(); 17. calc = sit.nextInt(stand) + 1; 18. } 19. 20. public getStand() 21. { 22. return stand; 23. } 24. 25. int getCalc() 26. {...
In this program, there are 3 bugs and 2 syntax errors. Please identify them! The source...
In this program, there are 3 bugs and 2 syntax errors. Please identify them! The source code is below. The source code is in C: /*------------------------------------------------------------------ File:  CylinderVolume.c  (Lab 3) Author: Gilbert Arbez, Fall 2018 Description: Calculates how the volume changes for different depths               in a horizontal cylinder. ------------------------------------------------------------------*/ #include <stdio.h> #include <stdlib.h> #include <math.h> // Define symbolic constant #define N       50    // number of points to compute #define TRUE    1 #define FALSE   0 // Prototypes void computeDisplayVolume(double, double); /*-------------------------------------------------------------------- Function: main Description:  Gets from the user...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT