Questions
Draw T-account for transactions given below: Transactions 1: Businessman started his business with $5000 paid into...

Draw T-account for transactions given below:

Transactions 1: Businessman started his business with $5000 paid into a business bank on 1 Aug 2015.

Transaction 2: The businessman purchase furniture with amount of $600 on credit from TKR4 ltd on 2 Aug 2015.

Transaction 3: The businessman purchases a PC computer with a cheque for $600 on 3 Aug 2015.

Transaction 4: The businessman pays TKR4 ltd $200 by cheque on 4 Aug 2015.

Transaction 5: The businessman borrows $4,000 on loan from a bank on 5 Aug 2015. The money is paid into the business bank account.

In: Accounting

Labor Demand Data Labor Supply Data Employment Total Product Product Price Employment Wage Rate 0 0...

Labor Demand Data Labor Supply Data
Employment Total Product Product Price Employment Wage Rate
0 0 $2.20 0 --
1 15 2.00 1 $1.00
2 28 1.80 2 2.00
3 39 1.60 3 3.00
4 48 1.40 4 4.00
5 55 1.20 5 5.00
6 60 1.00 6 6.00

The table shows labor demand data on the left and labor supply data on the right. What will be the profit-maximizing selling price of the product?

Multiple Choice

  • $1.40.

  • $1.60.

  • $1.80.

  • $2.00.

In: Economics

Write a recursive function named multiply that takes two positive integers as parameters and returns the...

Write a recursive function named multiply that takes two positive integers as parameters and returns the product of those two numbers (the result from multiplying them together). Your program should not use multiplication - it should find the result by using only addition. To get your thinking on the right track:

7 * 4 = 7 + (7 * 3)

7 * 3 = 7 + (7 * 2)

7 * 2 = 7 + (7 * 1)

7 * 1 = 7

So, 7 * 4 = 7 + (7 + (7 + (7)))

The file must be named: multiply.py Must use Python, NOT C++

In: Computer Science

3. Write a C++ program to choose one of the following five options for your summer...

3. Write a C++ program to choose one of the following five options for your summer vacation 1. Hawaii 2. Bahamas 3. Cancun 4. Las Vegas 5. Europe Your program should select one of the above option. Once the option is selected then your program should select one of the following airlines: 1. US Air 2. Delta 3. Southwest 4. Continental 5. American Airline Once the airline is selected then read number of passengers airfare for round trip. Calculate the total charge.


you pick the charge rate per company

In: Computer Science

Complete the table below to describe each cost behavior as either fixed (F) or variable (V)...

Complete the table below to describe each cost behavior as either fixed (F) or variable (V) and the type of cost as either product cost (product) or period cost (period). Cost Behavior Type of Cost F for fixed or Product or V for variable Period (1) Depreciation on manufacturing equipment Blank 1 Blank 2 (2) Wages paid to employee involved in production Blank 3 Blank 4 (3) Salary paid to administrative assistant for company president Blank 5 Blank 6 (4) Electricity used in the production facility Blank 7 Blank 8

In: Accounting

Write a function child_indices(parent, branch_factor) that returns a list containing the list of indices where the...

Write a function child_indices(parent, branch_factor) that returns a list containing the list of indices where the children of the node at index parent will be stored for a heap list with the given branch_factor (ie, a branch_factor-heap). Python language

Notes:

  • The function should return all possible indices and the indices should be in order from smallest to biggest.
  • The values in the heap list start at index 1 - that is the root of the heap is at index 1 in the heap list.
Test Result
print(child_indices(1,2))
[2, 3]
print(child_indices(2,2))
[4, 5]
print(child_indices(1,3))
[2, 3, 4]

In: Computer Science

C programming Assignment 1. Read two integers into two variables, A and B. Print them on...

C programming Assignment

1. Read two integers into two variables, A and B. Print them on terminals. Write functions to Swap them (1) using a temporary variable and (2) without using a temporary variable.

2. Read 10 integers into an array. Sort the array. Then print the sorted array.

3. Read 16 integers into an array. Use merge sort algorithm to sort it.

4. Read 16 integers into an array. Sort it using merge sort algorithm. Then read a number to be searched in the array. Then in no more than 4 comparisons, decide if the given number is in the array or not and print the result.

In: Computer Science

1.The actual values for 12 periods (shown in order) are:(1) 45 (2) 52 (3) 48 (4) 59 (5) 55 (6) 55 (7) 64 (8) 58 (9) 73 (10) 66 (11) 69 (12) 74

 

Question 1 contains the actual values for 12 periods (listed in order, 1-12). In Excel, create forecasts for periods 6-13 using each of the following methods: 5 period simple moving average; 4 period weighted moving average (0.63, 0.26, 0.08, 0.03); exponential smoothing (alpha = 0.23 and the forecast for period 5 = 53); linear regression with the equation based on all 12 periods; and quadratic regression with the equation based on all 12 periods.  Round all numerical answers to two decimal places.

1.The actual values for 12 periods (shown in order) are:(1) 45  (2) 52 (3) 48 (4) 59  (5) 55  (6) 55  (7) 64  (8) 58  (9) 73  (10) 66  (11) 69  (12) 74

Using a 5 period simple moving average, the forecast for period 13 will be:

2.Using the 4 period weighted moving average, the forecast for period 13 will be:

3.With exponential smoothing, the forecast for period 13 will be:

4.With linear regression, the forecast for period 13 will be:

5.With quadratic regression, the forecast for period 13 will be:

6.Considering only the forecasts for period 6-12, what is the lowest MAD value for any of the methods?

In: Statistics and Probability

Solve the following differential equations: 1.) y"(t)- 6 y'(t)+9 y(t)=6t^2e^(3t) ; y(0)=y'(0)=0 2.)x"(t)+4x(t)=t +4 ; x(0)=1...

Solve the following differential equations:

1.) y"(t)- 6 y'(t)+9 y(t)=6t^2e^(3t) ; y(0)=y'(0)=0

2.)x"(t)+4x(t)=t +4 ; x(0)=1 , x'(0)=0

In: Advanced Math

Suppose that Big Bucks Bank has the simplified balance sheet shown below. The reserve ratio is...

Suppose that Big Bucks Bank has the simplified balance sheet shown below. The reserve ratio is 10 percent.

Instructions: Enter your answers as whole numbers.

a. What is the maximum amount of new loans that Big Bucks Bank can make?      $  .    

Show in columns 1 and 1' how the bank's balance sheet will appear after the bank has lent this additional amount.

Assets Liabilities and net worth
(1) (2) (1' ) (2' )

Reserves

$23,000

   $

$
Checkable deposits
$100,000 $ $

Securities

38,000

     

  

Loans

39,000

     


b. By how much has the supply of money changed?      $  .

c. How will the bank’s balance sheet appear after checks drawn for the entire amount of the new loans have been cleared against the bank? Show the new balance sheet in columns 2 and 2'.

d. Using the original figures, revisit questions a, b, and c based on the assumption that the reserve ratio is now 5 percent. What is the maximum amount of new loans that this bank can make?      $  .     

Show in columns 3 and 3' (below) how the bank’s balance sheet will appear after the bank has lent this additional amount.     

By how much has the supply of money changed?      $  .

Assets Liabilities and net worth
(3) (4) (3' ) (4' )

Reserves
$23,000
   $

$
Checkable deposits $100,000 $ $

Securities
38,000
      

Loans
39,000
     


    How will the bank’s balance sheet appear after checks drawn for the entire amount of the new loans have been cleared against the bank? Show the new balance sheet in columns 4 and 4' in the table above.

In: Economics