Answer:
See below
Step-by-step explanation:
She could have each student in the class write his or her name on a slip of paper and put it in a bowl. Then, she could shake the bowl and pull out any slip of paper with a student's name on it. After 3 times, the random sample would be over, and Mrs. Purdue would have her 3 representatives.
Hi! Did you mean to add a picture to your comment?
Answer:
Step-by-step explanation:
Count pairs (a, b) whose sum of squares is N (a^2 + b^2 = N)
Given a number N, the task is to count all ‘a’ and ‘b’ that satisfy the condition a^2 + b^2 = N.
Note:- (a, b) and (b, a) are to be considered as two different pairs and (a, a) is also valid and to be considered only one time.
Examples:
Input: N = 10
Output: 2
1^2 + 3^2 = 9
3^2 + 1^2 = 9
Input: N = 8
Output: 1
2^2 + 2^2 = 8
Answer:
B) 9
Step-by-step explanation:
110 + 75 + 11x - 9 + 8x + 13 = 360
19x + 189 = 360
19x (+ 189 - 189) = 360 - 189
19x = 171
19x/19 = 171/19
x = 9