Questions
I need the general ledger, trial balance, income statement, statement of owner's equity, and balance sheet...

I need the general ledger, trial balance, income statement, statement of owner's equity, and balance sheet

(1) SMITH COMPUTER CENTER
GENERAL JOURNAL PAGE 1
Date Account Titles and Description PR Dr. Cr.
Sept. 1 Cash 5 6 0 0
Smith C. Capital 5 6 0 0
Owner Investment
1 Equipment 1 8 0 0
Cash 1 8 0 0
Bought equipment for cash
1 Equipment 2 1 0 0
Cash 2 1 0 0
Bought equipment for cash
1 Account Receivable 1 7 0 0
Cash 1 7 0 0
Computer fixed
1 Account Receivable 2 7 0 0
Net 15 days 2 7 0 0
1 Office equipment 3 3 0 0
account payable 3 3 0 0
purchase computer equipment on a account
1 Computer Supplies 2 0 0
account payable 2 0 0
1 Pre paid rent 1 5 0 0
cash #1025 1 5 0 0
1 Cash 6 0 0 0
Service Revenue 6 0 0 0
2 Cash 4 5 0
Service Revenue 4 5 0
6 Cash 1 5 0
Service Revenue 1 5 0
26 Cash 7 5 0
Service Revenue 7 5 0
28 Cash 2 7 0 0
Service Revenue 2 7 0 0
1 Smith, C Withdrawals 1 7 5
cash 1 7 5
1 Advertising Expense 9 0 0
Account Payable 9 0 0
1 Rent Expense 5 0 0
Cash 5 0 0
1 Utility Expense 7 0
Cash 7 0
1 Insurance Expense 4 5 0
Cash 4 5 0
1 Postage Expense 7 0
Cash 7 0
20 Phone Expense 3 5
Cash 3 5
22 Electrical bill 8 5
Cash 8 5

In: Accounting

Consider the following code: void swap(int arr[], int i, int j) {        int temp = arr[i];...

Consider the following code:

 

void swap(int arr[], int i, int j) {

       int temp = arr[i];

       arr[i] = arr[j];

       arr[j] = temp;

}

void function(int arr[], int length)

{

       for (int i = 0; i<length / 2; i++)

              swap(arr, i, (length / 2 + i) % length);

}

If the input to the function was 
   int arr[] = { 6, 1, 8, 2, 5, 4, 3, 7 };
   function(arr,8);
What values would be stored in the array after calling the function?

What is the output of the following code?  (as always indicate "error" if there is any kind of runtime or compile-time error or "infinite" if there is an infinite loop)

 

void swap(int &a, int &b)

{

       int t = a;

       a = b;

       b = t;

}

void function(int arr[], int arr2[], int length)

{

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

       {

              swap(arr[i], arr[(i + arr2[i]) % length]);

       }

}

int main()

{

       int arr1[] = { 5, 2, 3, 7, 1, 6, 8, 4 };

       int arr2[] = { 1, 4, -2, -1, 2, 7, 2, 1 };

       function(arr1, arr2, 8);

       for (int a : arr1)

              cout << a << " ";

}

In: Computer Science

Let G be a group and let N ≤ G be a normal subgroup. (i) Define...

Let G be a group and let N ≤ G be a normal subgroup.

(i) Define the factor group G/N and show that G/N is a group.

(ii) Let G = S4, N = K4 = h(1, 2)(3, 4),(1, 3)(2, 4)i ≤ S4. Show that N is a normal subgroup of G and write out the set of cosets G/N.

In: Advanced Math

Problems 1-2 are based on the information given in the following table: Year A B 0...

Problems 1-2 are based on the information given in the following table:

Year A B
0 -2,500 -6,000
1 746 1,664
2 746 1,664
3 746 1,664
4 746 1,664
5 746 1,664
IRR 15% 12%

The internal rate of return on the incremental cash flows is closest to _________.

A.

4%

B.

6%

C.

8%

D.

10%

E.

12%

In: Economics

Using the following information calculate the following capital budget methods: 1. Payback 2. Accounting rate of...

Using the following information calculate the following capital budget methods:

1. Payback

2. Accounting rate of Return

3. Net Present Value

4. Profitability Index

5.Internal Rate of Return

Cost of the Project: $750,000

Cash inflows:

Year 1 350,000

Year 2 325,000

Year 3 150,000

Year 4 180,000

The required rate of return for the investor is 8%

In: Accounting

Match each element in the left column with its most likely oxidation state in a compound...

Match each element in the left column with its most likely oxidation state in a compound in the right column. (Based on the elements location in the periodic table.)

__Magnesium                                                 A. +1

__Aluminum                                                    B. +2

__Oxygen                                                        C. +3

__Chlorine                                                       D. 0

__Potassium                                                   E. -1

__Barium                                                         F. -2

__Nitrogen                                                       G. -3

__Sulfur                                                            H. +4/-4

__Flourine

__Strontium

__Carbon

__Arsenic

In: Chemistry

A student conducts an experiment boiling water in a 3.96L pot. The Diameter of the base...

A student conducts an experiment boiling water in a 3.96L pot. The Diameter of the base of the pot is 7-3/4” and the height is 5-1/8”.

2 Liters of water @ 23°C takes 17 minutes before it reaches a boil. It has a height in the pot of 2-3/4”. The process took 1 hour and 13 minutes to boil dry. How much energy was required to do this?

In: Mechanical Engineering

Question 9 9-Hemoglobin is to mammals as _____________________________is to Arthropods. Group of answer choices 1-hemocyanin 2-hemorythrin...

Question 9
9-Hemoglobin is to mammals as _____________________________is to Arthropods.
Group of answer choices
1-hemocyanin
2-hemorythrin
3-hemoglobin
4-chlorocruorin


Question 10
10-All of the following characteristics are shared by Chordates except:
Group of answer choices
1-hollow dorsal nerve chord
2-pharyngeal gill slits
3-Internal bony skeleton
4-post anal tail

In: Biology

For a two-person zero-sum game between X and Y, the payoff matrix for X is: Y1...

For a two-person zero-sum game between X and Y, the payoff matrix for X is:

Y1 Y2 Y3
X1 1 4 2
X2 4 1 2

Formulate the linear program for finding the best mixed strategy for X that maximizes its minimum expected pay off, EP, with p1 and p2 bein the respective probabilities for playing strategies X1 and X2.

In: Statistics and Probability

Investors require an 8% rate of return on Levine Company's stock (i.e., rs = 8%). What...

Investors require an 8% rate of return on Levine Company's stock (i.e., rs = 8%).

  1. What is its value if the previous dividend was D0 = $2.25 and investors expect dividends to grow at a constant annual rate of (1) -3%, (2) 0%, (3) 3%, or (4) 6%? Do not round intermediate calculations. Round your answers to the nearest cent.

    (1) $   

    (2) $   

    (3) $   

    (4) $   

In: Finance