Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Misc
7.8K+ articles
Mathematics
5.6K+ articles
Mathematical
5.1K+ articles
Binary Search
530+ articles
GCD-LCM
346+ articles
Python-Library
181+ articles
Fraction
40+ articles
rational-numbers
17 posts
Recent Articles
Popular Articles
Practice Questions on Rational Numbers
Last Updated: 23 July 2025
Rational numbers are a fundamental concept in mathematics. They are defined as any number that can be expressed as the quotient or fraction p/q, where p and q are integers...
read more
Picked
Mathematics
School Learning
rational-numbers
Practice Questions
Practice Questions on Addition and Subtraction of Rational Numbers
Last Updated: 23 July 2025
Rational numbers are part of basic curriculum mathematical lessons and are used as a base and starting point for various complicated mathematical operations. Since the add...
read more
Picked
Mathematics
School Learning
rational-numbers
Practice Questions
Multiplication of Rational Numbers
Last Updated: 23 July 2025
For the multiplication of rational numbers, we take the numerators multiplication and the denominators multiplication and divide the numerator multiplication by denominato...
read more
Picked
Mathematics
School Learning
rational-numbers
Division of Rational Numbers
Last Updated: 23 July 2025
Rational numbers are numbers that can be expressed as a fraction of two integers, where the denominator is not zero. Some examples of rational numbers are 1/2, -3/2, 5, et...
read more
Picked
Mathematics
School Learning
Class 8
rational-numbers
Maths-Class-8
Are Percents Rational Numbers?
Last Updated: 23 July 2025
Answer : Yes, Percentages are rational numbers as rational numbers include all the fractional and decimal values.Explanation: A rational number is any number that can be e...
read more
Picked
Mathematics
School Learning
rational-numbers
Number System - MAQ
Math-Concepts
Decimal Expansions of Rational Numbers
Last Updated: 23 July 2025
Real numbers are simply the combination of rational and irrational numbers, in the number system. In general, all the arithmetic operations can be performed on these numbe...
read more
Technical Scripter
Picked
Mathematics
School Learning
Class 10
Technical Scripter 2020
rational-numbers
Maths-Class-10
Irrational Numbers- Definition, Examples, Symbol, Properties
Last Updated: 23 July 2025
Irrational numbers are real numbers that cannot be expressed as fractions. Irrational Numbers can not be expressed in the form of p/q, where p and q are integers and q ≠ 0...
read more
Picked
Mathematics
School Learning
Class 9
rational-numbers
Maths-Class-9
Check if two given Rational Numbers are equal or not
Last Updated: 23 July 2025
Given two strings S and T representing non-negative rational numbers, the task is to check if the values of S and T are equal or not. If found to be true, then print "YES"...
read more
Strings
Mathematical
DSA
number-digits
rational-numbers
Fraction
Maths
Rational Numbers
Last Updated: 06 August 2025
Rational numbers are a fundamental concept in mathematics, defined as numbers that can be expressed as the ratio of two integers, where the denominator is not zero. Repres...
read more
Picked
Mathematics
Technical Scripter 2020
PrimeNG-DragDrop
Algorithms-Graph Traversals
C Quiz - 108
QA - Placement Quizzes-Data Interpretation
GATE-GATE CS 1996
rational-numbers
TCS-coding-questions
Maths-Class-8
Rational Numbers Between Two Rational Numbers | Class 8 Maths
Last Updated: 23 July 2025
Real numbers are categorized into rational and irrational numbers respectively. Given two integers p and q, a rational number is of the form p/q, where q 0. A special cas...
read more
Mathematics
School Learning
Class 8
rational-numbers
Maths-Class-8
Representation of Rational Numbers on the Number Line | Class 8 Maths
Last Updated: 23 July 2025
Rational numbers are the integers p and q expressed in the form of p/q where q0. Rational numbers can be positive, negative or even zero. Rational numbers can be depicted ...
read more
Picked
Mathematics
School Learning
Class 8
rational-numbers
Maths-Class-8
Maximum rational number (or fraction) from an array
Last Updated: 09 January 2023
Given rational numbers, the task is to find the maximum rational number.Examples:Input : ra_num = {{1, 2}, {2, 3}, {3, 4}, {4, 5}};O...
read more
Misc
Mathematical
DSA
rational-numbers
Fraction
Find LCM of rational numbers
Last Updated: 28 July 2022
Given an array of rational numbers, the task is to find the LCM of these numbers.Examples:Input : vect[] = {2/7, 3/14, 5/3}Output : 30/1Input : vect[] = {3/14, 5/3}Output ...
read more
Misc
Mathematical
DSA
Arrays
GCD-LCM
rational-numbers
Find max of two Rational numbers
Last Updated: 24 January 2023
Given two Rational numbers, the task is to find the maximum of given two rational numbers.Examples :Input : first = 3/4, second= 3/2Output : 3/2Input : first = 100/100, se...
read more
Misc
Mathematical
DSA
GCD-LCM
rational-numbers
as_integer_ratio() in Python for reduced fraction of a given rational
Last Updated: 30 November 2021
Given a rational number d, print the reduced fraction which gives d.Examples:Input : d = 2.5 Output : 5/2Explanation: 5/2 gives 2.5 which is the reduced form o...
read more
Misc
Python
Python-Library
rational-numbers
Fraction
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !