Answer in Java   Tim while preparing for his CAT exam, was studying the topic Number Systems. He encountered a loving da question: Given a number N, find the number of pairs (cy) where both x and y are less than N and Highent Common Factor(HCF) of x and y is 1.   You have to solve the question for him. Note: 0 can be included within the pairs   Input Specification: Input: The number N from which the pairs (x,y) should be obtained   Output Specification: Return the total number of pairs   Example 1:   input1: 4 Output: 9

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

Answer in Java

 

Tim while preparing for his CAT exam, was studying the topic Number Systems. He encountered a loving da question:

Given a number N, find the number of pairs (cy) where both x and y are less than N and Highent Common Factor(HCF) of x and y is 1.

 

You have to solve the question for him.

Note: 0 can be included within the pairs

 

Input Specification:

Input: The number N from which the pairs (x,y) should be obtained

 

Output Specification:

Return the total number of pairs

 

Example 1:

 

input1: 4

Output: 9

 

Explanation:

The pairs can be (1,0) ,(0,1) (1,1) (1,2) (2,1) (0, 3) (3,1) (2,3) (0,2)

So, a total of 9 pairs

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Lower bounds sorting algorithm
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr