Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
rebecca mendoza

rebecca m.

Divider

Questions asked

BEST MATCH

Examine the following data distribution for the variable: Arrests. Based on this distribution, which of the following statements is true? Arrests | f | cf | pct | cpct ---|---|---|---|--- 0 | 23 | 23 | 1.8 | 1.8 1-2 | 632 | 655 | 48.3 | 50.1 3-4 | 628 | 1,283 | 47.9 | 98.0 ≥5 | 26 | 1,309 | 2.0 | 100.0 n = 1,309 | | | Σ = 100.0 | The data are positively skewed. The data distribution is symmetrical. The data are skewed toward the right. The 50th percentile falls within the last category (≥5 arrests).

View Answer
divider
BEST MATCH

The powerball lottery is played twice each week in 28 states

View Answer
divider
BEST MATCH

According to Sternberg's theory of intelligence, the way that we are typically tested in school measures ________ intelligence. analytic practical memorization creative

View Answer
divider
BEST MATCH

LATTES PIECES OF PASTRY Quantity MU MU per Dollar Quantity MU spent MU per Dollar spent 1 120 1 15 2 90 2 12.5 3 65 3 8.75 4 45 4 5.25 5 25 5 4 6 23 6 2.5 7 10 7 0 Refer to Table 5.17 to answer this question. Assume that the price of a pastry is $4 each. What are the missing num the MU column for pastries?

View Answer
divider
BEST MATCH

Help with 2 and 3 Full credit: You must write very clearly. Groups, but you need to submit your own unique work (do not copy). 1. Perform the following unit conversions: a) 2.0 ft/hr to m/s b) 12 kg·mm^2/hr^2 to J c) 9.0 atm·m to Btu d) 4.1 N·cm/s to kW 2. You are a new alumnus of CBU and have extra money burning a hole in your pocket. You search for two cars: the first is an American-made car that gets 25 miles/gal and costs $20,000 (3 sig figs). The second is a European-made car that gets 13 km/L and costs $24,000 (3 sig figs). Assuming gas costs $3.50/gallon and that the cars always get the stated gas mileage, how many miles would you have to drive in order to compensate for the difference in sticker price with the difference in gas mileage? [Hint: The effective cost of a car is the sticker price plus the cost of gas to drive X miles. Set up an equation to find X when the effective costs of the two cars are equal.] 3. A waste treatment pond is 50.0 m long and 15.0 m wide and has an average depth of 2.0 m. The density of the waste is 85.3 lbm/ft^3. Calculate the weight of the pond contents in lb using a single dimensional equation in your calculation, remembering that weight equals mass times gravitational acceleration and mass equals density times volume. Do not convert to SI units to solve. 4. Perform the following calculations and give your answer to the correct significant figure: a) 50001.0 + 302.023 = b) 100.02500 / 3.00 = c) 2000.00 - 80.0 + 0.020 = d) 50.0 × 10 / [14.832925.1] = e) 450 × 10^-3 + 35.0 =

View Answer
divider
BEST MATCH

SECTION A [30 Marks] Information systems in the Hotel industry refer to computer systems in a hotel that supply information about that hotel's business operations. In the current technology era, this is as crucial as it can get. This post also covers a lot of Hotel Information systems in detail. Information systems play a crucial role in the hotel industry as they facilitate planning, management, overall operations of the hotels as well as policymaking. Current hospitality information systems are much more advanced owing to the latest technological innovations. Answer ALL the questions in this section. Question 1 (15 Marks) Transaction Processing System allows business transactions involving the collection, retrieval, and modification of transactional data. Discuss any three hotel operations in which transaction processing systems are used. Question 2 (15 Marks) Decision support systems (DSS) aid the decision-making process. Discuss any three benefits of a DSS within the hotel industry.

View Answer
divider
BEST MATCH

1. How much money, invested at an interest rate of 6.4\% per year compounded continuously, will amount to \$100,000 in 18 years.

View Answer
divider
BEST MATCH

Question 02 (10 points) Write a program that uses list of lists(two-dimensional array) to store the highest and lowest temperatures for each month of the year. The program should output the average high, average low, and the highest and lowest temperatures for the year. Your program must consist of the following functions: a) Function getData: This function reads and stores data in the two-dimensional array. The function should return the two- dimensional array. b) Function averageHigh: This function calculates and returns the average high temperature for the year. c) Function averageLow: This function calculates and returns the average low temperature for the year. d) Function highTemp: This function returns the highest high temperature in the array. e) Function low Temp: This function returns the index of the lowest low temperature in the array. f) Main function to test the above function as shown in the below sample run. Here is a sample run: Enter highest temperatures for 12 months. 30.0 40.0 50.0 60.0 65.0 70.0 75.0 80.0 90.0 80.0 70.0 65.0 Enter lowest temperatures for 12 months. 20.0 30.0 45.0 55.0 60.0 65.0 60.0 70.0 75.0 70.0 65.0 55.0 List of the highest and lowest temperatures for each month of the year 30.0 40.0 50.0 60.0 65.0 70.0 75.0 80.0 90.0 80.0 70.0 65.0 20.0 30.0 45.0 55.0 60.0 65.0 60.0 70.0 75.0 70.0 65.0 55.0 Average high temperature for the year 64.6 Average low temperature for the year 55.8 Highest high temperature for the year 90.0 lowest low temperature for the year 20.0

View Answer
divider
BEST MATCH

QUESTION 12 The assertion that \"there is no free lunch\" means that A. there are always trade-offs between economic goals B. all production involves the use of scarce resources and thus the sacrifice of alternative goods C. marginal analysis is used in economic reasoning D. choices need not be made if behavior is rational

View Answer
divider
BEST MATCH

Consider a class ConcertPromoter that records the tickets sold for a perfor- mance. Before the day of the concert, tickets are sold only over the phone. Sales on the day of the performance are made only in person at the concert venue. Tickets cost more at the venue than at over the phone, naturally. The class has the following attributes: The name of the band The capacity of the venue (the number of seats) The number of tickets sold The price of a ticket sold by phone The price of a ticket sold at the venue in person It has methods which: Record the sale of one or more tickets Change from selling by phone to selling at the venue (hint, do you need another instance variable) Return the number of tickets sold Return the number of tickets remaining Return the total sales for the concert Implement ConcertPromoter and write a program that uses it to record the sales for a concert. Your program should record phone sales, then sales at the venue. As tickets are sold, the number of seats remaining should be displayed. At the end of the program, display the number of tickets sold and the total sales amount for the concert. Please code this using JAVA (NetBeans recommanded) with comments showing how to get the result. follow the instructions step by step and make sure everthing is working. Thanks.

View Answer
divider