0% found this document useful (0 votes)
57 views9 pages

Tutorial #1 Answers

Method 1 calculates values of xi using the formula xi+1 = xi * 0.998, starting with x0 = 4, while Method 2 directly defines each successive xi value. Both methods calculate 10 values of xi and the values converge to 2 as i increases. The document contains several data sets with numerical values and calculations. Formulas are provided to calculate the sum, product, maximum, minimum, median, mode, absolute value, rounding, remainder, and trigonometric functions of arrays or series of numbers.

Uploaded by

king Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views9 pages

Tutorial #1 Answers

Method 1 calculates values of xi using the formula xi+1 = xi * 0.998, starting with x0 = 4, while Method 2 directly defines each successive xi value. Both methods calculate 10 values of xi and the values converge to 2 as i increases. The document contains several data sets with numerical values and calculations. Formulas are provided to calculate the sum, product, maximum, minimum, median, mode, absolute value, rounding, remainder, and trigonometric functions of arrays or series of numbers.

Uploaded by

king Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Method 1 Method 2

i xi i xi xi+1
0 4 0 4 2.4
1 2.4 1 2.4 2.08
2 2.08 2 2.08 2.016
3 2.016 3 2.016 2.0032
4 2.0032 4 2.0032 2.00064
5 2.00064 5 2.00064 2.000128
6 2.000128 6 2.000128 2.000026
7 2.000026 7 2.000026 2.000005
8 2.000005 8 2.000005 2
9 2 9 2 2
10 2
i 1 2 3 4 5 6 7 8
xi 5 1 7 3 6 8 11 10

Sum
Part (i) 35 -1 77 9 54 104 209 170 657

Product
Part (ii) 10 2 14 6 12 16 22 20 16128
i 1 2 3 4 5 6 7 8
xi -15 -4 0 -30 -45 10 15 -22
Satisfy range? Yes Yes No No No No No Yes
𝑥 ̅ -13.6667
(x-𝑥 ̅)^2 1.777778 93.44444 69.44444
9 10
12 30
No No
Sum
164.666666666667

Using equation
9.07377172587747

Using excel function


9.07377172587747
2 4 7 8 9
3.2 0 -3 -5 10
9.5 -4 -1 6 15
-6 -10 24 20 14
-3
-1
24 20
2 4 7 8 9
3.2 0 -3 -5 10
9.5 -4 -1 6 15
-6 -10 24 20 14
-3
-1
24 24
2 4 7 8 9
3.2 0 -3 -5 10
9.5 -4 -1 6 15
-6 -10 24 20 14
-3
-3
-3 -5
2 4 7 8 9
3.2 0 -3 -5 10
9.5 -4 -1 6 15 -2 -9 18
-6 -10 24 20 14 4
24
(i) "=sum(1,2,3,4,5)" 15
(ii) "=product(1,2,3,4,5)" 120
(iii) "=max(-1,-5,0,12,8)" 12
(iv) "=min(-1,-5,0,12,8)" -5
(v) "=median(7,-2,0,-8,9)" 0
(vi) "=mode(9,8,8,9,6)" 9
(vii) "=abs(-12-6)" 18
(viii) "=round(-12.05,1)" -12.1
(ix) "=roundup(-12.001,1)" -12.1
(x) "=rounddown(-12.09,1)" -12
(xi) "=even(-12.001)" -14
(xii) "=odd(-12.001)" -13
(xiii) "=mod(1.5,0.2)" 0.1
(xiv) "=tan(atan(0.5))" 0.5
(xv) "=degrees(tan(atan(0.5)))" 28.64789

You might also like