Answer:
The balance in stockholders' equity at the end of year 2 is $31,000
Explanation:
For computing the balance in stockholder equity at the end of year 2, first, we have to compute the balance for year 1 which is shown below:
Year 1 equity balance = Issue of stock + Net income
= $20,000 + $5,000
= $25,000
Now, year 2 balance would equal to
= Year 1 balance + Net income - Dividend paid
= $25,000 + $10,000 - $4,000
= $31,000
Hence, the balance in stockholders' equity at the end of year 2 is $31,000
Answer:
Emily’s cost basis in the new building is $900,750.
Explanation:
Cost basis in the new building
= Purchase price of building + legal fees + Cost of interior design
= $895,000 + $450 + $5,300
= $900,750
Therefore, Emily’s cost basis in the new building is $900,750.
The answer is False. Please make my answer the brainliest answer
Answer:
// Program is implemented using Coral Programming Language
int X
int Y
int Sum
Put "Enter any two numbers" to output
x = Get next input
Y = Get next input
if Y < X
Put "Second integer can't be less than the first" to output
else
for Sum = X; Sum <= Y; Sum = Sum + 10
Put Sum to output
Explanation:
The above program is written using Coral Programming Language
The first line is a comment
The next 3 lines declares 3 integer variables
Which are X, Y and Sum
X and Y represent the two input numbers as seen on line 6 and 7
X, being the first and Y being the second
Line 8 tests the larger of the two numbers
If Y is less than X, the output is "Second integer can't be less than the first" without the quotes
Else
The last two lines perform iterative operations that assigns the addition of 10 and X to Sum
It continues printing sum as long as sum is less than the value of Y.
I see this job as a opportunity to contribute to an forward thinking industry. I feel that that my skills would be something great to share with the team .