1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
marta [7]
3 years ago
7

The following is a partial trial balance for General Lighting Corporation as of December 31, 2021:

Business
1 answer:
baherus [9]3 years ago
5 0

Answer:

1. single-step income statement for 2021

Sales revenue                                                                             3,100,000

Less Cost of goods sold                                                           (1,340,000)

Gross Profit                                                                                 1,760,000

Less Expenses :

Loss on inventory write-down (obsolescence)    350,000

Selling expense                                                      450,000

General and administrative expense                    225,000  

Interest revenue                                                      (95,000)

Loss on sale of investments                                    30,000

Interest expense                                                       94,000   (1,054,000)

Net Income before tax                                                                 706,000

Income tax expense                                                                    (176,500)

Net Income after tax                                                                    529,500

Earnings per share (EPS)                                                                   $1.77

2. multiple-step income statement for 2021

Sales revenue                                                                             3,100,000

Less Cost of goods sold                                                           (1,340,000)

Gross Profit                                                                                 1,760,000

Less Operating Expenses :

Loss on inventory write-down (obsolescence)    350,000

Selling expense                                                      450,000

General and administrative expense                    225,000   (1,025,000)

Operating Income                                                                        735,000

Less Non-Operating Expenses :

Interest revenue                                                      (95,000)

Loss on sale of investments                                    30,000

Interest expense                                                       94,000       (29,000)

Net Income before tax                                                                 706,000

Income tax expense                                                                    (176,500)

Net Income after tax                                                                    529,500

Earnings per share (EPS)                                                                  $1.77

Explanation:

The difference in these Income statements is that, the Multi-step statement clearly shows income derived from Primary Activities (Operating) whist the Single step statement does not.

<u>Additional Notes :</u>

<em>Earnings per share (EPS) = Earnings Attributable to holders of common stock ÷ Weighted Average Number of Common Stocks</em>

Therefore,

Earnings per share (EPS) = $529,500 ÷ 300,000

                                = $1.77

You might be interested in
3. Once you turn 18, you should regularly check your credit report...
Mazyrski [523]

Answer:

A - For errors or signs of identity fraud

Explanation:

That is the correct answer, good luck, and have a good day.

7 0
2 years ago
At the beginning of November, Watson Industries has a cash balance of $3,461,000. They have expected cash receipts of $712,000 a
Ahat [919]

Answer:

$224,000

Explanation:

The computation of the borrowed cash amount is shown below:

= Cash balance + expected cash receipts - expected cash disbursements - minimum monthly balance

= $3,461,000 + $712,000 - $1,397,000 - $3,000,000

= $224,000

Simply we add the expected cash receipts and less the expected cash disbursements and minimum monthly balance to the cash balance so that accurate value can come.

4 0
3 years ago
Write the AddressList method newBusiness. This method searches addresses for an existing business with an identical address (i.e
max2010maxim [7]

Answer:

See explaination

Explanation:

// Address.java

public class Address {

/**

* The name of the business

*/

private String name;

/**

* The name of the street the business is on

*/

private String street;

/**

* The street number of the business

*/

private int number;

/**

* Constructs an Address that represents a business with name nm,

* at number no on the street st

*/

public Address(String nm, String st, int no)

{

name = nm;

street = st;

number = no;

}

/**

* Returns the name of the business

*/

public String getName()

{

return name;

}

/**

* Returns the name of the street on which the business is located

*/

public String getStreet()

{

return street;

}

/**

* Returns the street number of the business

*/

public int getNumber()

{

return number;

}

}

//end of Address.java

//AddressBook.java

import java.util.ArrayList;

import java.util.List;

public class AddressBook {

/**

* The list of business addresses. No two businesses in the list

* can have the same address (both the same street and street number)

*/

private List<Address> addresses;

/**

* Constructs an empty AddressBook

*/

public AddressBook()

{

addresses = new ArrayList<Address>();

}

/**

* atparam st the name of a street

* atreturn a list with the names of each business with an address on that street

*/

public List<String> onStreet(String st)

{

// create an empty output list of names of business

List<String> businessName = new ArrayList<String>();

// loop over the list of addresses

for(int i=0;i<addresses.size();i++)

{

// if ith street of address = nm, add the name of the business to the output list

if(addresses.get(i).getStreet().equalsIgnoreCase(st))

businessName.add(addresses.get(i).getName());

}

return businessName; // return the list

}

/**

* Searches for an existing business with an identical address (street and number

* both match). Updates the record to an address with name nm, street st and number no.

* If no entry already exists adds a new address to the end of the list with these parameters.

*

* atparam nm the name of the business

* atparam st the street the business is on

* atparam no the street number of the business

* atreturn the index of where the business address is on the list

*/

public int newBusiness(String nm, String st, int no)

{

// loop over the list of addresses

for(int i=0;i<addresses.size();i++)

{

// if ith index addresses match the street and number of the input st and no

if((addresses.get(i).getStreet().equalsIgnoreCase(st)) && (addresses.get(i).getNumber() == no))

{

addresses.remove(i); // remove the ith address from list

addresses.add(i, new Address(nm,st,no)); // add a new address with the input name, street and number at ith index

return i; // return the index i

}

}

// if no address match, add the business at the end of the list

addresses.add(new Address(nm,st,no));

return addresses.size()-1; // return the last index

}

}

//end of AddressBook.java

5 0
3 years ago
Should I work at Lowes as a cashier or sears as a cashier
Tanzania [10]
Lowes cause their lit!
8 0
3 years ago
The owners of a corporation are the __________ (shareholders of the company, board of directors, or management team members). Th
mario62 [17]

Answer :

The owners of a corporation are the __________ (shareholders of the company, board of directors, or management team members). The primary goal of the corporate management team is to (minimize or maximize) the shareholder's wealth by __________ (minimizing or maximizing) the company's (employee retention and efficiency, company's stock price, or company's production costs) over the long run.

Explanation :

Shareholders are the primary owners of the company who have company's common stock with expectation on their investment in form of dividends and share appreciation.

The primary goal of the corporate management team is to maximize the wealth of their principal (shareholders) who have entrusted them with their fortunes .

Shareholders' wealth maximization objective is achieved when management team invest in a viable project or reduce the operating costs of the company.

6 0
2 years ago
Other questions:
  • LO 4.2Which document lists the inventory that will be removed from the raw materials inventory?
    5·1 answer
  • In calculating the unemployment rate, "discouraged" workers who are not actively seeking employment are
    9·1 answer
  • "An insured has an $80,000 dwelling policy with a $500 deductible. In addition to the house, the property includes a detached ga
    13·1 answer
  • Sammy’s Pizza opened on January 1, 2018. Sammy’s reported the following for cash revenues and cash expenses for the years 2018 t
    14·1 answer
  • The nation of Forlorn is in the middle of a severe financial crisis. The prime minister has increased government spending by tri
    12·1 answer
  • After saving money in her piggy bank for 3 years, Beverly decided to deposit $5,000 of the money in the Millertown Bank. If the
    5·1 answer
  • Harold is an aspiring entrepreneur. He has asked all his professional contacts for some advice. After hearing out all the sugges
    8·1 answer
  • Palm Meadows Inc. is in the business of building homes. It has acquired land large enough to make 10 large and 10 medium-sized h
    11·1 answer
  • The comparative statements of Carla Vista Co. are presented here.
    10·1 answer
  • Mr. Buffett says the kinds of bad qualities some people show are qualities that no
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!