Questions
10 KEY Region 1 = NW Population 1 = Under 50,000 Region 2 = SW Population...

10

KEY

Region 1 = NW

Population 1 = Under 50,000

Region 2 = SW

Population 2 = 50,000 - 100,000

Region 3 = NE

Population 3 = Over 100,000

Region 4 = SE

Count of Population

Region

Total

Population

1

2

3   

4

1

28

56

33

36

153

2

36

36

44

31   

147

3

36

48

34

32

150

Total:

100

140

111

99

450


Big Burger is a fast food restaurant that has 450 locations all over the U.S. Use the excel output above to answer the following question.

Question:
What is the probability a selected restaurant is in a city with a population size between 50,000 and 100,000?

In: Statistics and Probability

In which of the following entities will all persons who participate in management be protected from...

In which of the following entities will all persons who participate in management be protected from liability beyond their investment?
1. C corporation.
2. S corporation.
3. Limited liability company.
4. Limited partnership.
Select one:
a. 1 only.
b. 2 and 3.
c. 1 and 4.
d. 1, 2, and 3.


2. On January 1st of this year Patti purchased a home worth $1.5 million with an interest-only mortgage of $1.2 million. She is currently only paying interest on the mortgage at the rate of 5% annually. What amount of qualified residence interest may she deduct as home mortgage interest on Schedule A of her individual income tax return this year?
Select one:
a. $55,000.
b. $50,000.
c. $60,000.
d. $37,500.

In: Finance

1. Three mutually exclusive projects are being considered. The cash flows for each and corresponding rate...

1. Three mutually exclusive projects are being considered. The cash flows for each and corresponding rate of return are list below. MARR = 8% can any project eliminated? Using functional notation to solve for the incremental rate of return.

1 2 3
0 -20000 -25000 -29000
1 2000 2500 3000
2 5000 6200 7000
3 8000 9900 11000
4 11000 13600 15000
ROR 9% 8.7% 7.4%


2. Which project must you choose based on the information provided below using conventional payback period.

1 2 3 4
Initial cost 50000 30000 60000 45000
Annual Revenues 6500 4200 7700 7400
Length of ownership 10 15 10 6

In: Economics

Here is a random sample of the body temperature of 25 young adults. 96 96.6 96.7...

Here is a random sample of the body temperature of 25 young adults.

96 96.6 96.7 96.9 97
97.1 97.1 97.2 97.3 97.4
97.4 97.7 97.7 97.7 97.8
97.9 98 98 98.2 98.2
98.3 98.3 98.7 98.8 98.9

Complete the relative frequency distribution table.

Temperature Group Frequency Relative Frequency Cumulative
96 ≤ x < 96.41 1 1/25
96.41 ≤ x < 96.82 2 2/25
96.82 ≤ x < 97.23 5 5/25
97.23 ≤ x < 97.64 3 3/25
97.64 ≤ x < 98.05 7 7/25
98.05 ≤ x < 98.46 4 4/25
98.46 ≤ x < 98.87 2 2/25
98.87 ≤ x < 99.28 1 1/25

In: Math

Create a Scorekeeper app in android studio by using java language - Layouts | Widgets Create...

Create a Scorekeeper app in android studio by using java language

- Layouts | Widgets

  • Create the layout for your score keeping app. The app should have:
    • Two team names (TextViews)
    • Two scores (TextViews)
    • Buttons to increase/ decrease the scores
    • An amount to change the score by (RadioButtons)
      • You must have at least two score options
      • The scores can be changed by anything you want
        • American football: 1, 2, 3, 6
        • Basketball: 1, 2, 3
        • Freestyle wrestling: 1, 2, 3, 4, 5
        • Your own game that you make up your own scores: 1, 50, 99
    • Anything else you think is important to include
    • All 4 buttons change the score (2)
    • RadioButtons allow for different types of scoring (3)

In: Computer Science

(1) Given the following information what is the percentage change in the price of the bonds...

(1) Given the following information what is the percentage change in the price of the bonds if interest rates suddenly rise by 4%?

Wing Air Inc.

Coupon rate

7%

Settlement date

1/1/2000

Maturity date

1/1/2002

Face value

1,000

# of coupons per year

2

Airfoil, Inc.

Coupon rate

7%

Settlement date

1/1/2000

Maturity date

1/1/2015

Face value

1,000

# of coupons per year

2

Change in interest rate

4%

(A) Wing Air -7.01%, Airfoil -29.07%

(B) Wing Air -7.0%, Airfoil -29.22%

(C) Wing Air 7.71%, Airfoil 48.03%

(D) Wing Air -12.27%, Airfoil -50.87%

Cavu Air Inc., issued 15 Year bonds 2 years ago at a coupon rate of 5.50% percent. The bonds make semi annual payments. If these bonds currently sell for 104 percent of par value, what is the YTM?

Settlement date

1/1/2000

Maturity date

1/1/2013

Annual coupon rate

5.50%

Coupons per year

2

Face value (% of par)  

100

Bond price (% of par)

104

(A) 5.29%

(B) 5.71%

(C) 5.08%

(D) 5.50%

Contrail Air Inc. Just paid a dividend of $2.00 per share on its stock. The dividends are expected to grow at a constant rate of 4% percent per year, indefinitely. If investors require a return of 12% percent, what is the current price?

Dividend paid

$2.00

Dividend growth rate  

4%

Required return

12%

Requested year

0

(A) 24.04

(B) (26.00)

(C) 26.00

(D) 24.00

In: Finance

REQUIREMENTS: Write a function that matches the following declaration: int InRectangle( float pt[2], float rect[4] );...

REQUIREMENTS:

  1. Write a function that matches the following declaration:
    int InRectangle( float pt[2], float rect[4] );
  2. Argument pt[2] defines a point on the plane: pt[0] is the x-coordinate, pt[1] is the y-coordinate.
  3. Argument rect[4] defines a rectangle on the same plane. rect[0] and rect[1] define the x- and y- cordinates respectively of one corner of the rectangle. rect[2] and rect[3] define the opposite corner.
  4. Coordinates may be any valid floating point value, including negative values.
  5. The function returns int 0 (false) for any point that lies outside the rectangle, and 1 (true) for any other point (i.e. points inside and on the boundary of the rectangle).

TESTS:

  1. // declaration of function to test
  2. int InRectangle( float pt[2], float rect[4] );
  3. int main( int argc, char* argv[] )
  4. {
  5. // define a rectangle from (1,1) to (2,2)
  6. float rect[4] = {1.0, 1.0, 2.0, 2.0 };
  7. // define a point that is inside the rectangle
  8. float p_in[2] = { 1.5, 1.5 };
  9. // define a point that is outside the rectangle
  10. float p_out[2] = {2.5, 0.5};
  11. // define a point that is on the edge of the rectangle
  12. float p_edge[2] = {1.0, 1.0};
  13. // InRectangle() should return 0 (false) for points that are NOT in
  14. // the rectangle, and non-zero (true) for points that are in the
  15. // rectangle. Points on the edge are considered *in* the rectangle.
  16. // test 1
  17. if( InRectangle( p_in, rect ) == 0 )
  18. {
  19. puts( "error: should return true for p_in." );
  20. return 1; // indicate error
  21. }
  22. // test 2
  23. if( InRectangle( p_out, rect ) != 0 )
  24. {
  25. puts( "error: should return false for p_out." );
  26. return 1; // indicate error
  27. }
  28. // test 3
  29. if( InRectangle( p_edge, rect ) == 0 )
  30. {
  31. puts( "error: should return true for p_edge." );
  32. return 1; // indicate error
  33. }
  34. return 0; // all tests passed
  35. }

In: Computer Science

In C++ or Java Write the Greedy programming Algorithm for the 0-1 Knapsack problem.                    (a)...

In C++ or Java Write the Greedy programming Algorithm for the 0-1 Knapsack problem.
                   (a) No fraction allowed

Max Weight W= 9

item 1: profit $20, weight 2, prof/weight=$10

item 2: profit $30, weight 5, prof/weight=$6

item 3: profit $35, weight 7, prof/weight=$5

item 4: profit $12, weight 3, prof/weight=$4

item 5: profit $3, weight 1, prof/weight=$3

In: Computer Science

Using R and the data in the table below, perform the regression of D on C...

Using R and the data in the table below, perform the regression of D on C (i.e., report the regression equation).

C

D

3

2

6

7

8

5

9

4

1

0

3

4

Hint: The code to enter the vectors C and D into R is:

C <- c(3, 6, 8, 9, 1, 3)

D <- c(2, 7, 5, 4, 0, 4)

You must figure out how to obtain the regression equation from R. Enter the code below and write the regression equation using the output provided by R.

Code:

Regression equation (remember to use a hat when it is appropriate):

In: Statistics and Probability

In families with four children, you're interested in the probabilities for the different possible numbers of...

In families with four children, you're interested in the probabilities for the different possible numbers of girls in a family. Use theoretical probability (assume girls and boys are equally alike),compile a five -column table with the headings, O through 4, for the five possible numbers of girl children in a four child family. Then using G for girls and B for Boys, list under each heading the various birth order ways of achieving that number of girls in a family. Use table to calculate the following probabilities:

1. The probability of 1 girl.

2. The probability of 2 girls.

3. The probability of 4 girls.

4. The probability the third child born is a girl.

The probability of 4 girls

In: Statistics and Probability