answer.
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
xeze [42]
1 year ago
8

Select all that apply Determine which of the following statements are correct descriptions of a subsidiary ledger. (Check all th

at apply.) Multiple select question. The balance in the subsidiary ledger will equal the balance of its supported account in the general ledger. It is a supporting ledger that contains detailed information about a general ledger account. The account which the subsidiary ledger supports in the general ledger is called a control account. Two of the most common subsidiary ledgers are for Accounts Payable and Accounts Receivable. A subsidiary ledger is a general ledger account that appears in the chart of accounts. The balance in the subsidiary ledger will rarely equal the balance in the supported account in the general ledger.
Business
1 answer:
djyliett [7]1 year ago
5 0

Answer:

- The balance in the subsidiary ledger will equal the balance of its supported account in the general ledger.

- The account which the subsidiary ledger supports in the general ledger is called a control account.

- It is a supporting ledger that contains detailed information about a general ledger account.

- Two of the most common subsidiary ledgers are for Accounts Payable and Accounts Receivable.

Explanation:

A subsidiary ledger is defined as a supporting ledger that contains details of an account on the general ledger.

It gives a breakdown of the single amount that reflects in a general ledger account.

For example if the accounts payable account has a balance of $50,000, the subsidiary ledger will show the individual transactions that make up the $50,000.

Therefore the balance of the subsidiary ledger will equal the amount in the general ledger account.

You might be interested in
When independent measurers get similar results when using the same accounting measurement methods, the financial information is:
Deffense [45]

Answer: verifiable

Explanation:

A financial information is verifiable when the independent measurers get similar results when using the same accounting measurement methods.

In this scenario, the independent measures use thesame method but do their work separately without them knowing the results gotten by the other person. When there's similarity in the results, it shows that the results are verifiable.

6 0
1 year ago
Sigmund wrote four checks last month, and these were the only transactions for his checking account . Accourding to his register
GREYUIT [131]
The answer is $177.48
7 0
2 years ago
Read 2 more answers
This program will store roster and rating information for a soccer team. coaches rate players during tryouts to ensure a balance
Vedmedyk [2.9K]

Answer:

Explanation:

#include <iostream>

#include <vector>

using namespace std;

int main() {

   vector<int> jerseyNumber;

   vector<int> rating;

   int temp;

   for (int i = 1; i <= 5; i++) {

       cout << "Enter player " << i

            << "'s jersey number: ";

       cin >> temp;

       jerseyNumber.push_back(temp);

       cout << "Enter player " << i

            << "'s rating: ";

       cin >> temp;

       rating.push_back(temp);

       cout << endl;

   }

   cout << "ROSTER" << endl;

   for (int i = 0; i < 5; i++)

       cout << "Player " << i + 1 << " -- "

            << "Jersey number: " << jerseyNumber.at(i)

            << ", Rating: " << rating.at(i) << endl;

   char option;

   '

   while (true) {

       cout << "MENU" << endl;

       cout << "a - Add player" << endl;

       cout << "d - Remove player" << endl;

       cout << "u - Update player rating" << endl;

       cout << "r - Output players above a rating"

            << endl;

       cout << "o - Output roster" << endl;

       cout << "q - Quit" << endl << endl;

       cout << "Choose an option: ";

       cin >> option;

       switch (option) {

           case 'a':

           case 'A':

               cout << "Enter a new player's"

                    << "jersey number: ";

               cin >> temp;

               jerseyNumber.push_back(temp);

               cout << "Enter the player's rating: ";

               cin >> temp;

               rating.push_back(temp);

               break;

           case 'd':

           case 'D':

               cout << "Enter a jersey number: ";

               cin >> temp;

               int i;

               for (i = 0; i < jerseyNumber.size();

                    i++) {

                   if (jerseyNumber.at(i) == temp) {

                       jerseyNumber.erase(

                               jerseyNumber.begin() + i);

                       rating.erase(rating.begin() + i);

                       break;

                   }

               }

               break;

           case 'u':

           case 'U':

               cout << "Enter a jersey number: ";

               cin >> temp;

               for (int i = 0; i < jerseyNumber.size();

                    i++) {

                   if (jerseyNumber.at(i) == temp) {

                       cout << "Enter a new rating "

                            << "for player: ";

                       cin >> temp;

                       rating.at(i) = temp;

                       break;

                   }

               }

               break;

           case 'r':

           case 'R':

               cout << "Enter a rating: ";

               cin >> temp;

               cout << "\nABOVE " << temp << endl;

               for (int i = 0; i < jerseyNumber.size();

                    i++)

                   if (rating.at(i) > temp)

                       cout << "Player " << i + 1

                            << " -- "

                            << "Jersey number: "

                            << jerseyNumber.at(i)

                            << ", Rating: "

                            << rating.at(i) << endl;

               break;

           case 'o':

           case 'O':

               cout << "ROSTER" << endl;

               for (int i = 0; i < jerseyNumber.size();

                    i++)

                   cout << "Player " << i + 1 << " -- "

                        << "Jersey number: "

                        << jerseyNumber.at(i) << ", Rating: "

                        << rating.at(i) << endl;

               break;

           case 'q':

               return 0;

           default:

               cout << "Invalid menu option."

                    << " Try again." << endl;

       }

   }

}

4 0
1 year ago
Dayna’s Doorstops, Inc. (DD) is a monopolist in the doorstop industry. Its cost is C  100  5Q  Q2, and demand is P  55  2Q.
Sauron [17]

Answer:

Explanation:

Given the following data about Dayna's Doorstep Inc(DD) :

Cost given by; C = 100 - 5Q + Q^2

Demand ; P = 55 - 2Q

A.) Set price to maximize output;

Marginal revenue (MR) = marginal cost (MC)

MR = taking first derivative of total revenue with respect to Q; (55 - 2Q^2)

MC = taking first derivative of total cost with respect to Q; (-5Q + Q^2)

MR = 55 - 4Q ; MC = 2Q - 5

55 - 4Q = 2Q - 5

60 = 6Q ; Q = 10

From

P = 55 - 2Q ;

P = 55 - 2(10) = $35

Output

35(10) - [100-5(10)+10^2]

350 - 150 = $200

Consumer surplus:

0.5Q(55-35)

0.5(10)(20) = $100

B.) Here,

Marginal cost = Price

2Q - 5 = 55 - 2Q

4Q = 60 ; Q = 15

P= 55 - 2(15) = $25

Totally revenue - total cost:

(25)(15) - [100-(5)(15)+15^2] = $125

Consumer surplus(CS) :

0.5Q(55-25) = 0.5(15)(30) = $225

C.) Dead Weight loss between Q=10 and Q=15, which is the area below the demand curve and above the marginal cost curve

=0.5×(35-15) ×(15-10)

=0.5×20×5 = $50

D.) If P=$27

27 = 55 - 2Q

2Q = 55 - 27

Q = 14

CS = 0.5×14×(55 - 27) = $196

DWL = 0.5(1)(4) = $2

6 0
2 years ago
Devin is a landscaper who needs to prepare different types of grass seed for his customers' yards. Bluegrass seed costs \$2.00$2
KiRa [710]

Answer:

7 pounds

Explanation:

Let us assume the x for the 1 pound of bluegrass seed  and y for the pound of drought resistant seed

Now the first equation would be

x + y = 25    ............................ (i)

we can write

y = 25 - x

Now the second equation would be

2x + 3y = 68  .............................. (ii)

Now put  y value in the equation 2

So

2x + 3(25 - x) = 68

2x + 75 - 3x = 68

x= 7

Therefore the bluegrass seed is 7

Now for drought-resistant it would be

7 + y = 25

y = 18

8 0
2 years ago
Other questions:
  • Fatima finds an article on march 16, 2014 titled "benefits of laptops" on the technologynow website. the article was written on
    9·2 answers
  • Which of the following is true with regard to trust propensity?
    11·1 answer
  • Which of the following best defines the term commodity? a. A physical object we find, grow, or make to meet our needs and those
    5·1 answer
  • An economy has 100 people divided among the following groups: 25 have full-time jobs, 20 have one part-time job, 5 have two part
    6·1 answer
  • Feather Friends, Inc., distributes a high-quality wooden birdhouse that sells for $20 per unit. Variable expenses are $8 per uni
    6·1 answer
  • Insurance premiums are calculated by analyzing clients’ potential level of risk. Which of the following drivers would most likel
    6·1 answer
  • Martha claims that she has been assigned marginal job roles or light workloads that don't lead to promotion. Which of the follow
    8·1 answer
  • Minstrel Manufacturing uses a job order costing system. During one month, Minstrel purchased $204,000 of raw materials on credit
    15·1 answer
  • Karvel Corporation uses a predetermined overhead rate based on machine-hours to apply manufacturing overhead to jobs. For the mo
    12·1 answer
  • Lima buys a new car from Motor City Inc. In the first month after the purchase, the car repeatedly fails to meet standards of qu
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!