Answer:
m≥3
Step-by-step explanation:
Answer:
Step-by-step explanation:
1/2
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:
See below ~
Step-by-step explanation:
<u>Table 1</u>
⇒ Side length : Perimeter = <u>1 : 4</u>
⇒ Perimeter : Side length = <u>4 : 1</u>
<u></u>
<u>Table 2</u>
⇒ Radius : Diameter = <u>1 : 2</u>
⇒ Diameter : Radius = <u>2 : 1</u>
<u></u>
<u>Table 3</u>
⇒ Number of people : Number of tables = <u>5 : 1</u>
⇒ Number of tables : Number of people = <u>1 : 5</u>