• 0
Votes
name

A PHP Error was encountered

Severity: Warning

Message: Undefined array key "userid"

Filename: views/question.php

Line Number: 212

Backtrace:

File: /home/statpmkj/public_html/application/views/question.php
Line: 212
Function: _error_handler

File: /home/statpmkj/public_html/application/controllers/Questions.php
Line: 416
Function: view

File: /home/statpmkj/public_html/index.php
Line: 315
Function: require_once

A local inn asked customers to rate their stays on a scale of 1-10. The following list shows the ratings given by the last 10 customers.

10 1 4 2 6 3 6 3 10 5

a) Calculate the range. 

b) Calculate the variance. 

c) Calculate the standard deviation.

The range of any data is maximum - minimum, 

in the case of the above data the maximum is 10 and the minimum is 1. Therefore, the range is 10 - 1 = 9. 

  • 0
Reply Report