Question

In: Accounting

                                           &n

                                                       HORSE RIDING REALTY COMPAMY

                                                            BALANCE SHEET

                                                       As of September 31, 2020

ASSETS                                                        LIABILITY

Cash                                     $160,000                 Accounts Payable      $100,000      

Accounts Rec.                       $40,000                 Wages Payable              $50,000

Supplies                                   $8,000                 Note Payable 6%        $100,000

Prepaid Rent                        $11,000                 Deferred Revenue        $50,000              

Prepaid Ins                             $9,000                          Total Liability                      $300,000

Equipment         $240,000                                     EQUITY

       Acc. Depr.     $20,000 $220,000

Land                                      $52,000                 Common Stock            $110,000

          Total Assets              $500,000                 Retained Earnings     $ 90,000

                                                                                      Total Equity                           $200,000                   

                                                                              Total Liability & Equity               $500,000

  1. Oct. 1 Horse purchase $10,000 of supplies – paid cash

  1. Oct. 2 Horse purchase equipment for $300,000, paid $60,000 in cash this date and signed a 8% note for the balance. Full payment of principle and interest due in 2025. This asset has a useful life of five years.

  1. Oct. 3 Horse paid $12,000 cash to cover the office rent for October.

  1. Oct. 5 Horse billed clients for $25,000 of work performed.

  1. Oct. 7 Horse paid employees $50000 in cash for wages earned for September.

  1. Oct. 15 Horse sold 40,000 shares in Horse Riding Reality Stock for $20 a share. Cash was received that afternoon - Direct deposit.

  1. Oct. 20 Horse announced a cash dividend of $60,000 to be paid to shareholders who owned shares on November 1, 2020. Payment would be made on January 2, 2021.

  1. Oct. 30 The prepaid insurance listed on the 9/31/20 ending balance sheet was a two year converge period and was placed on the balance sheet on September 30, 2020.

  1. Oct. 30 Useful life of equipment listed on the prior balance sheet is 10 years.

  1. Commission Fees earned this month were $220,000. Horse’s accountants realized October 2020 would be the first month in history that there would be no deferred revenue on the balance sheet.

  1. Oct. 31. Balance on the supplies is $1500.

  1. Oct. 31 Income Tax Rate for Werner is 20%.

  1. October 31 – Prepare Financial Statements for the Month of October

Solutions

Expert Solution

HORSE RIDING REALTY COMPAMY
INCOME STATEMENT
REVENUE
SERVICE REVENUE 25000
COMMISION EARNED 220,000
EXPENSES
SUPPLIES CONSUMED 16500
INTEREST ACCRUED 8% 1600
INTEREST ACCRUED 6% 500
OFFICE RENT 12000
INSURANCE ACCRUED 375
DEPRECIATION-EQUIPMENT 7000
NET INCOME (REVENUE - EXPENSES) 207025
INCOME TAX 41405
PROFIT AFTER TAX 165620
DIVIDEND 60,000
ADDITION TO RETAINED EARNINGS 105620
HORSE RIDING REALTY COMPAMY
BALANCESHEET AS OF OCTOBER 31 2020
LIABILITY AMOUNT ASSET AMOUNT
Account payable 100000 Cash 828000
Note payable 6% 100000 Account receivable 235000
Note payable 8% 240000 Supplies 1500
Accrued interest 2100 Prepaid rent 11000
Income tax payable 41405 Prepaid insurance 8625
Dividenpayable 60000 Equipment                  540,000
Deferred revenue 0 LESS - Depreciatio      27000 513,000
EQUITY Land 52000
Retained earnings 195620
Common stock 910,000
1649125 1649125

Related Solutions

Which codes add 1 to integer n? 1) n=n+1; 2) n++; 3)++n; 4) n+=1; 5) n=--n+2
Which codes add 1 to integer n? 1) n=n+1; 2) n++; 3)++n; 4) n+=1; 5) n=--n+2
Let f : N → N and g : N → N be the functions defined...
Let f : N → N and g : N → N be the functions defined as ∀k ∈ N f(k) = 2k and g(k) = (k/2 if k is even, (k + 1) /2 if k is odd). (1) Are the functions f and g injective? surjective? bijective? Justify your answers. (2) Give the expressions of the functions g ◦ f and f ◦ g? (3) Are the functions g ◦ f and f ◦ g injective? surjective? bijective?...
Show for the following recurrence that T(n) = T(n/3) + n*log(n) is O(n*log(n)) (not using the...
Show for the following recurrence that T(n) = T(n/3) + n*log(n) is O(n*log(n)) (not using the Master theorem please)
If f(n) = 3n+2 and g(n) = n, then Prove that f(n) = O (g(n))
If f(n) = 3n+2 and g(n) = n, then Prove that f(n) = O (g(n))
Suppose f : N→N satisestherecurrencerelation f(n + 1) (f(n) 2 if f(n)iseven 3f(n)+ 1 if f(n)isodd...
Suppose f : N→N satisestherecurrencerelation f(n + 1) (f(n) 2 if f(n)iseven 3f(n)+ 1 if f(n)isodd . Notethatwiththeinitialcondition f(0) 1,thevaluesofthefunction are: f(1) 4, f(2) 2, f(3) 1, f(4) 4, and so on, the images cyclingthroughthosethreenumbers. Thus f isNOTinjective(andalso certainlynotsurjective). Mightitbeunderotherinitialconditions?3 (a) If f satisestheinitialcondition f(0) 5,is f injective? Explain whyorgiveaspecicexampleoftwoelementsfromthedomain withthesameimage. (b) If f satisestheinitialcondition f(0) 3,is f injective? Explain whyorgiveaspecicexampleoftwoelementsfromthedomain withthesameimage. (c) If f satisestheinitialcondition f(0) 27,thenitturnsoutthat f(105) 10 and no two numbers less than 105 have the same...
convergent or divergent infinity sigma n = 1 sqrt(n^5+ n^3 -7) / (n^3-n^2+n)
convergent or divergent infinity sigma n = 1 sqrt(n^5+ n^3 -7) / (n^3-n^2+n)
find zero state response y[n+4]-y[n]=x[n], if x[n]= e^-n u[n]
find zero state response y[n+4]-y[n]=x[n], if x[n]= e^-n u[n]
a) write a program to compute and print n, n(f), f(f(n)), f(f(f(n))).........for 1<=n<=100, where f(n)=n/2 if...
a) write a program to compute and print n, n(f), f(f(n)), f(f(f(n))).........for 1<=n<=100, where f(n)=n/2 if n is even and f(n)=3n+1 if n is odd b) make a conjecture based on part a. use java
Find the smallest n ∈ N such that 2(n + 5)^2 < n^3 and call it...
Find the smallest n ∈ N such that 2(n + 5)^2 < n^3 and call it n^0,Show that 2(n + 5)^2 < n^3 for all n ≥ n^0.
def annoying_factorial(n): if n == 0 or n == 1: return 1 if n == 2:...
def annoying_factorial(n): if n == 0 or n == 1: return 1 if n == 2: return 2 if n == 3: return 6 if n == 4: return 4 * annoying_factorial(3) if n == 5: return 5 * annoying_factorial(4) if n == 6: return 6 * annoying_factorial(5) else: return n * annoying_factorial(n-1) def annoying_fibonacci(n): if n==0: return 0 if n==1: return 1 if n==2: return 1 if n==3: return 2 if n==4: return annoying_fibonacci(4-1)+annoying_fibonacci(4-2) if n==5: return annoying_fibonacci(5-1)+annoying_fibonacci(5-2) if...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT