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
lions [1.4K]
3 years ago
11

On January 1, Guillen Corporation had 95,500 shares of no-par common stock issued and outstanding. The stock has a stated value

of $7 per share. During the year, the following occurred.
Apr. 1 Issued 26,000 additional shares of common stock for $17 per share.
June 15 Declared a cash dividend of $1 per share to stockholders of record on June 30.
July 10 Paid the $1 cash dividend.
Dec. 1 Issued 2,500 additional shares of common stock for $20 per share.
15 Declared a cash dividend on outstanding shares of $2.10 per share to stockholders of record on December 31.
Prepare the entries to record these transactions. (If no entry is required, select "No entry" for the account titles and enter 0 for the amounts. Record journal entries in the order presented in the problem. Credit account titles are automatically indented when amount is entered. Do not indent manually.)
Business
1 answer:
notka56 [123]3 years ago
4 0

Answer and Explanation:

The journal entries are shown below:

On Apr 1

Cash $442,000 (26,000 shares × $17)

     To Common Stock  $182,000 (26,000 shares × $77)

     To Paid-in Capital Excess of stated Value-Common Stock $260,000

(26,000 shares × $10)  

(Being the issuance of the additional shares of common stock is recorded)

On Jun 15

Cash dividends $121,500  (95,500 shares + 26,000 shares) × $1

  To    Cash dividends payable  $121,500

(Being the dividend declared is recorded)

On Jul 10

Cash dividends payable $121,500 (95,500 shares + 26,000 shares) × $1

     To  Cash  $121,500

(Being the cash dividend paid is recorded)

On Dec 1

Cash $50,000 (2,500 shares × $20)

     To Common Stock  $17,500 (2,500 shares × $7)

     To Paid-in Capital Excess of stated Value-Common Stock $32,500 (2,500 shares × $13)

(Being the issuance of the additional shares of common stock is recorded

On Dec 15

Cash dividends $260,400  (95,500 shares + 26,000 shares + 2,500 shares) × $2.10

         To Cash dividends payable $260,400

(Being the dividend declared is recorded)

You might be interested in
What do stocks and bonds do?
denpristay [2]

Answer:

stock our for day trading bonds and trading ways thier divided stacks for long term passive income bonds are more safer investment though will be accped by any bank without qeoutions

8 0
3 years ago
How would the Security Market Line be affected, other things held constant, if the expected inflation rate decreases and investo
garik1379 [7]

Answer: a. The y-axis intercept would decline, and the slope would increase.

Explanation:

The security market line is simply refered to as the graphical representation of a CAPM which is the capital asset pricing model and it simply shows the market risk, of the securities in the market which is then plotted against the market return.

When the expected inflation rate decreases and the investors also become more risk averse, the Security Market Line would be affected, as the y-axis intercept would decline, and the slope would increase.

8 0
2 years ago
A city government is considering two types of​ town-dump sanitary systems. Design A requires an initial outlay of ​$405 comma 00
SIZIF [17.4K]

Answer:

Desing A is a better deal as the equivalent annual cost is lower than desing B

Anywa, bot desing cost are above the city collections thus, it cannot afford the sanitary systems unless it raises taxes

Explanation:

<em><u>Desing A </u></em>

F0 405,000

operating and maintenance cost 51,000 for 14 years

Present value of the operating and maintenance cost:

C \times \frac{1-(1+r)^{-time} }{rate} = PV\\

C = $ 51,000.00

time = 14 years

rate = 0.07

51000 \times \frac{1-(1+0.07)^{-14} }{0.07} = PV\\

PV $446,018.8673

net worth: $ 851,081.87

equivalent annual cost:

PV \div \frac{1-(1+r)^{-time} }{rate} = C\\

PV 851,082

time 14

rate 0.07

851081.87 \div \frac{1-(1+0.07)^{-14} }{0.07} = C\\

C  $ 97,316.904

<u><em>Desing B</em></u>

F0 251,000

operating and maintenance cost 89,000 for 14 years

C \times \frac{1-(1+r)^{-time} }{rate} = PV\\

C 89,000.00

time 14

rate 0.07

89000 \times \frac{1-(1+0.07)^{-14} }{0.07} = PV\\

PV $778,346.6507

net worth: $ 1,029,346.65

equivalent annual cost:

1029346.65 \div \frac{1-(1+0.07)^{-14} }{0.07} = C\\

C  $ 117,700.580

5 0
3 years ago
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
3 years ago
The proceeds of a 10,000 death benefit are left on deposit with an insurance company for seven years at an annual effective inte
11111nata11111 [884]

Answer: $135

Explanation:

First find the future value of the proceeds.

= 10,000 * (1 + 5%)⁷

= $14,071

The monthly payments are equal so X is an annuity and as the payment is made immediately, this is an Annuity due.

Convert the interest rate into monthly figure:

= 3%/12

= 0.25%

Present value of annuity = Annuity * (( 1 - (1 + r)^-n ) / r) * (1 + r)

14,071 = Annuity * ((1 - (1 + 0.25%) ⁻¹²⁰) / 0.25%) * (1 + 0.25%)

14,071 = Annuity * 103.82

Annuity = 14,071 / 103.82

= $135.53

= $135

5 0
3 years ago
Other questions:
  • Gamble Company adjusts its accounts at the end of each month. The following information has been assembled in order to prepare t
    9·1 answer
  • Live Easy, Inc., specializes in dietary supplements that address the specific needs of women over the age of sixty, such as bone
    6·1 answer
  • Consider the $50,000 excess cash.Assume that Gary invests the funds in a one year CD
    15·1 answer
  • Sole Occhiali Group, an Italian company that sells sunglasses, reported Net Sales of $181,000 and Cost of Goods Sold of $59,500.
    9·1 answer
  • Higgs Enterprise's flexible budget cost formula for indirect materials, a variable cost, is $0.75 per unit of output. If the com
    11·1 answer
  • QUESTION 1
    13·1 answer
  • Some people contemplate their lives and realize they are dissatisfied. They realize that missed opportunities have passed and th
    7·1 answer
  • Mwakilembe Co.ltd is a micro business which buys and sell toys on 1 January 2020 the company predicted its annual sales to be 10
    9·1 answer
  • What is a wrong reason for wanting to start your own business?
    8·1 answer
  • An increase in productivity as a result of a new technology would cause the production possibilities frontier to:________
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!