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
N = 3 ( the next number is 3 plus the previous number
sequence formula = an = 3(n-1) +2
so for term the term that =59
59 = 3(n-1) +2
distribute:
59 = 3n -3+2
59 = 3n -1
60 = 3n
n = 60/3
n = 20
59 is the 20th term
Answer:
1 is 27.8%
2 is 41.7%
Step-by-step explanation:
To calculate 1 there is a 10/36 chance (2, 3, 4, 5 out of possible roles of 2 - 12)
To calculate 2 there is a 15/36 chance (2, 3, 5, 7, 11 are prime)
Answer:
First
Step-by-step explanation:
You write down the decimal fraction like say .75 you put .75/1. Then you multiply both sides by 100 so .75/1 would turn into 75/100. Then all you have to do is simplify the fraction.
Answer:
Answer:
y = -5(x - 7)^3 - 1
Step-by-step explanation:
You kind of just plug in the numbers.
a vertical stretch by a factor of 5: y = 5x^3
a reflection across the x-axis: y = -5x^3
a vertical translation 1 unit down: -5x^3 - 1
a horizontal translation 7 units right: -5(x - 7)^3 -1
Step-by-step explanation: