
8. The arithmetic average of 10 numbers 3, 5,-1, 5, ir, -3, 1,0, 8,-10 is 8. Find
(5 points) Convert the following decimal numbers to 8-bit two's complement binary numbers and carry out the additions in binary. Indicate whether the sum overflows the 8-bit result. If not show the result as a decimal number. a) 39 + (-78) b) -43 + (-92)
Find the quartile (Q1) of the numbers 5, 3, 6, 5, 4, 5, 2, 8, 6, 5, 4, 8, 3, 4, 5, 4, 8, 2, 5, and 4. Select one: a. 2 b. 1.4 c C.1 d. 4 O e. 1.5 1.1.2 8.7
5. Two numbers sum to 40. One number is 8 more than the other number. Find the numbers by each method. a. Numerically: Guess and check or reason numerically to find the numbers. b. Algebraically: Call the first number x. Write an expression for the second number, which is 8 more than the first. Write an equation that says these two numbers add to 40. Solve it.
c++ fibonacci code using loops
Here are 8 Fibonacci numbers: 1, 1, 2, 3, 5, 8, 13, 21 Note that the first Fibonacci number is 1, F(1) = 1 The second Fibonacci number is 1, i.e. F(2) = 1 Other Fibonacci numbers in the sequence is the sum of two previous Fibonacci numbers. For example F(3) = F(2) + F(1). In general F(n) = F(n-1) + F(n-2) Write a program to do the following tasks. User entries are shown in...
For numbers 1-8 for alpha and beta
Alpha:
1:
2:
3:
4:
5:
6:
7:
8:
Beta:
1:
2:
3:
4:
5:
6:
7:
8:
Aldotetroses exist in the furanose form. Complete the following Haworth projections for both anomers of D-erythrose by assigning the groups to the correct positions. CHO H-OH HOH CH20H ?-D-erythrose ?-D-erythrose 1: 1: 2: 2:
8. Design a flowchart for sorting the following numbers using "Bubble Sort" algorithm. (20) 74 101 5 [74 10 1 5; N= length of array, a Hints: There are 5 (five) numbers. Let us assume the array, a Start drawing the flowchart as follows: Start For Input ac[74 10 1 5) Length of a False For k-0kcN-2:k-k+1 True
8. Design a flowchart for sorting the following numbers using "Bubble Sort" algorithm. (20) 74 101 5 [74 10 1 5; N=...
I need a java program that prints the positive numbers of a list of 5 numbers, 4, 1, -8, 20, -19 using keyboard
C++ CLASS: How many numbers can be stored in this matrix? double m[8][2][5];
2 - 3 5 7 8 10 11 12 13 Serial numbers for a product are to be made using 4 letters followed by 2 digits. The letters are to be taken from the first 5 letters of the alphabet, with no repeats. The digits are taken from the 10 digits (0, 1, 2, ..., 9), with no repeats. How many serial numbers can be generated? (If necessary, consult a list of formulas.) a 5 Continue Submit Assignment 2020 MGw.el...