Skip to content

Tag Archives: Maths

Given an array arr[], the task is to count the number of unordered pairs (arr[i], arr[j]) from the given array such that (arr[i] * arr[j])… Read More
Given a matrix mat[][] of dimensions N * M, the task is to print the maximum number of trailing zeros that can be obtained in the… Read More
In Algebra a term is either a single number or variable or numbers and variables multiplied together. Terms are separated by + or − signs,… Read More
Given integers A and B denoting the length of sides of a parallelogram and Y that is the angle between the sides and length of… Read More
Given three numbers a, b, and c that forms a monotonically increasing function of the form a*x2 + b*x + c and two number A and… Read More
Given an array arr[] of N distinct integers points on the 2D Plane. The task is to count the number of Right-Angled Triangle from N… Read More
Given a regular polygon with N sides. The task is to find the count of polygons that can be drawn from the given polygon by… Read More
Given a large number N in the form of a string, the task is to determine the count of distinct numbers that can be formed… Read More
Given two decimal numbers num1 and num2, the task is to count the number of times carry operation is required while adding the two given… Read More
Given two integers A and X, denoting the length of a side of a rhombus and an angle respectively, the task is to find the… Read More
Given a number N, the task is to write C program to check if the given number is perfect cube or not. Examples: Input: N… Read More
Given a positive number N, the task is to check whether the given number N can be expressed in the form of ax + by… Read More
Given two numbers L and R, the task is to find two distinct minimum positive integers X and Y such that whose LCM lies in… Read More
Given an array of pairs arr[] of two numbers {N, M}, the task is to find the maximum count of common divisors for each pair… Read More