Questions
Nature of Uncollectible Accounts MGM Resorts International owns and operates hotels and casinos including the MGM...

Nature of Uncollectible Accounts MGM Resorts International owns and operates hotels and casinos including the MGM Grand and the Bellagio in Las Vegas, Nevada. As of a recent year, MGM reported accounts receivable of $562,947,000 and allowance for doubtful accounts of $89,602,000. Johnson & Johnson manufactures and sells a wide range of healthcare products including Band-Aids and Tylenol. As of a recent year, J&J reported accounts receivable of $11,260,000,000 and allowance for doubtful accounts of $275,000,000. a. Compute the percentage of the allowance for doubtful accounts to the accounts receivable for MGM. Round your answer to one decimal place. % b. Compute the percentage of the allowance for doubtful accounts to the accounts receivable for Johnson & Johnson. Round your answer to one decimal place. % c. Possible reasons for the difference in the two ratios computed in (a) and (b) include: Casino operators historically lose money on operations. Casino operators have larger accounts receivable. Individuals who may have adequate creditworthiness could overextend themselves and lose more than they can afford if they get caught up in the excitement of gambling. Casino operations experience greater bad debt risk because it is difficult to control the creditworthiness of customers entering the casino.

In: Accounting

Question 5 You visit the new Chaco Hotel rooftop bar in old town. You're taking pictures...

Question 5

You visit the new Chaco Hotel rooftop bar in old town. You're taking pictures of the fabulous views using your new $1,000 phone. Oops! The phone slips out of your hands plummeting to the ground 60 feet below. Ignoring air resistance. how fast is your phone traveling by the time it hits the ground ? [ Hint: 1 meter = 3.28 feet ] ( Circle one answer)

A.) 19mph

B.) 42 mph

C.) 37mph

D.) 602 mph

I am doing test corrections for my physics exam I put C(37mph and that was incorrect. Can you please help with this question very confused about it.

In: Physics

Override the methods below (in SBox). The overridden methods should perform the actions mentioned below and...

Override the methods below (in SBox). The overridden methods should perform the actions mentioned below and it and must display the following message “Overridden method X”, where X is the method name.

a. setlength(int x ), to set the length

b. setWidth (int y ) to set the width

c. setHeight (int z) to set the height & d. displayCalculatedVolume( ) that calculates the volume and displays it.

In: Computer Science

Write a thesis about “Learning to understand others”

Write a thesis about “Learning to understand others”

In: Psychology

A study is run in which 900 individuals are sampled and each is classified as to...

A study is run in which 900 individuals are sampled and each is classified as to whether they had contracted the flu during the last year and whether they had been inoculated for the flu. The research question is whether inoculation status and contracting the flu are associated and what is the magnitude of the association.

flu
Inoculation Status flu no flu
inoculated 150 200
Not Inoculated 300 250

Do a chi-square test to see if there is an association between inoculation and getting the flu.

1. What would be the null and alternate hypothesis for this question?

2. if the p-value is 0.006, Statement of conclusion both as “reject or fail to reject the null hypothesis” and as a verbal statement explaining the meaning of that conclusion in this context.

In: Math

In designing a university-wide student information system for Cambridge, it is necessary to meet the usability...

In designing a university-wide student information system for Cambridge, it is necessary to meet the usability requirements of various groups, including (among to others

(i)   Staff working in college tutorial offices, and

(ii) People applying online for admission as graduate students.

  1. In what respects would the usability requirements of these two groups be likely to differ?                                                                                                [2 marks]
  1. Discuss THREE (3) usability properties concerning both groups and explain how it can be achieved.                                                          [6 marks]
  1. Create a form and write EIGHT (8) questions based on heuristic evaluation to evaluate the interactive design.                              [8 marks]
  1. Suggest TWO (2) specific interaction features that might address the needs of these different users.                                                                     [4 marks]

In: Computer Science

Consider the following information about Earl Grey, Inc. Total assets $250 million Total debt $110 million...

Consider the following information about Earl Grey, Inc.

  • Total assets $250 million
  • Total debt $110 million
  • Preferred stock $ 35 million
  • Common stockholders' equity $105 million
  • Net profits after taxes $25.5 million
  • Number of preferred stock outstanding 1.5 million shares
  • Number of common stock outstanding 9 million shares
  • Preferred dividends paid $2.5 per share
  • Common dividends paid $0.70 per share
  • Market price of the preferred stock $32.55 per share
  • Market price of the common stock $26.00 per share

Use the information above to find the following.

  1. The company's book value
  2. Its book value per share
  3. The stock's earnings per share (EPS)
  4. The dividend payout ratio
  5. The dividend yield on the common stock
  6. The dividend yield on the preferred stock

Directions:

  1. You will report the ratios and your analysis in a Word document.
  2. Your analysis should include a discussion of the strengths or weaknesses revealed in each ratio.
  3. All six ratios should be discussed.

In: Accounting

Common wisdom tells us, “Just pull yourself up by your bootstraps”—that is, work hard, earn an...

Common wisdom tells us, “Just pull yourself up by your bootstraps”—that is, work hard, earn an education, and you will attain wealth and success. Use your sociological imagination and the theories from this chapter to challenge or support common wisdom.

In: Psychology

Write an error-free Java program to do the following things. Prompt the user to input a...

Write an error-free Java program to do the following things.

Prompt the user to input a set of numbers. The numbers represent hourly wages so they will be between 7.25 (peon) and 50 (big boss). The user should be able to input up to 35 numbers but if the user enters 0 then the data input ceases. All of the data that the user enters should be stored in a single array. You do not need to check the input data to see if it is in the proper range – assume the user will input correct data.

The program should calculate the average, the variance and the kurtosis of the numbers that were entered. The equation for the average is given in the book. The formula for the variance and the kurtosis (fourth centralized moment) is given by

Variance = SIGMA (xi-x(bar))^2/(n-1)

kurtosis = SIGMA ((xi-x(bar))^4/(n*var)^2) - 3

where xi are the individual numbers, n is the number of data points, var is the variance, and is the average of the sample. Kurtosis gives an indication of how “peaked” the data samples are relative to a normal (Gaussian) distribution.

The kurtosis must be calculated via a call to a method.

At the end, the program should repeat all of the numbers on one line and then print the average, variance, and kurtosis of the data sample.

MM§MEnter a data value (0 to quit)
¼¼§M10.5
MM§MEnter a data value (0 to quit)
¼¼§M48
MM§MEnter a data value (0 to quit)
¼¼§M8.25
MM§MEnter a data value (0 to quit)
¼¼§M8.50
MM§MEnter a data value (0 to quit)
¼¼§M20
MM§MEnter a data value (0 to quit)
¼¼§M0
MM§Msize = 5
MM§MThe data values are . . .
MM§M10.5 48.0 8.25 8.5 20.0
MM§MThe average is 19.05
MM§MThe variance is 285.0125
MM§MThe kurtosis is -1.1934395407885128


Remember to put the usual header at the top of the program and to submit via Canvas.

In: Computer Science

You are in charge of leading a meeting for the newest changes for the HEB you...

You are in charge of leading a meeting for the newest changes for the HEB you work at. The changes needing to be discussed are:

- The new soap dispensers for hands free washing,
- Changing the benefits and pay structures,
- The purchasing of 500 new carts, and
- Employee birthdays that month.

With your knowledge of conducting effective meetings a) generate an appropriate agenda for this meeting, explain why you chose this layout for topics, and describe how you would use your “Closing and Follow up” notes

In: Operations Management

Java language. Create the following Java command line iterator application Lab4. Pass in three arguments when...

Java language.

Create the following Java command line iterator application Lab4. Pass in three arguments when the program starts.

For example java Lab4 4 3 5

The command line arguments get passed into the main method as a String array in the variable object named args. Remember they get passed in as strings so you need to parse them into integers using the Integer.parseInt(args[X]) before you can treat them as integers. Create four sections that perform the following functions.

  1. Create a for loop iteration structure: loop the number of times of args[0] passed in, printing the counter value each time to the command line
  2. Create while loop iteration structure: loop the number of times of args[1] that was passed in, printing the counter value each time to the command line
  3. Create a do loop iteration structure: loop the number of times of args[2] that was passed in, printing the counter value each time to the command line
  4. Create a for each iteration structure to iterate through the args[] array printing the value in each element to the command line screen

In: Computer Science

Has mandatory sentencing laws reduced drug use and abuse? What has been the ultimate impact of...

Has mandatory sentencing laws reduced drug use and abuse? What has been the ultimate impact of these laws on society as whole? How is are mandatory minimum sentencing laws directly related to our current explosion in our prison population? When did private prisons begin to appear in our criminal justice system? How has the private prison corporations benefited from the war on drugs? What impact would more lenient drug laws have on our country’s prison population What impact would it have on the bottom dollar of the private prisons?

In: Psychology

Discuss three of the ten S-D logic premises with relevant examples of how each is applied...

Discuss three of the ten S-D logic premises with relevant examples of how each is applied in practice.

1. Service is the fundamental basis of exchange
2. Indirect exchange masks the fundamental basis of exchange
3. Goods are a distribution mechanism for service provision
4. Operant (vs Operational) resources are the fundamental source of competitive advantage
5. All economies are service economies

6. The customer is always a co creator of value
7. The enterprise cannot deliver value, but only offer value propositions
8. A service-centred view is inherently customer oriented and relational
9. All social and economic actors are resource integrators
10. Value is always uniquely determined by the beneficiary

In: Operations Management

discuss the role of paralegals with reference to the south african constitution

discuss the role of paralegals with reference to the south african constitution

In: Finance

[Design Pattern] Think of a scenario that can be solved using all of these 3 patterns...

[Design Pattern] Think of a scenario that can be solved using all of these 3 patterns - Strategy, Factory and Abstract Factory patterns.

1. Write the Scenario

2. Write the code for the 3 patterns

3. Create the UML diagram

In: Computer Science