First, you have to add 16 to both sides because it's the opposite of subtracting.
h-16<24
+16 +16
-16+16 will cancel each other out.
24+16=40
So, h<40
Or in other words, h is smaller than 40.
Hope it helps ^_^
Answer:
first dice-4/6
second dice-5/6
Step-by-step explanation:
if you have six possible outcomes for the first dice and you want it to roll 1 thru 4 then you have a four out of six chance and you have a 5 out of six chance for the second dice
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: 24
explanation: mode is the value that repeats most often. so, in this case, 24 repeats the most often.