- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
The sum of two consecutive numbers are 45 find the numbers.
Given: The sum of two consecutive numbers are 45.
To do: Find the numbers.
Solution:
Let the two consecutive numbers be $y, y+1$
Their sum = $y + y + 1 = 2y + 1 = 45$
$2y = 45 - 1 = 44$
$y = \frac{44}{2} =22$
So, the consecutive numbers are $22, 22+1 or 22 $and$ 23$.
Verifying: Their sum = 22 + 23 = 45. true
- Related Articles
- The sum of the squares of two consecutive even numbers is 340. Find the numbers.
- The sum of the squares of two consecutive odd numbers is 394. Find the numbers.
- Find two consecutive numbers whose squares have the sum 85.
- Find two consecutive whole numbers whose sum is 19.
- The sum of the squares of three consecutive natural numbers is 149. Find the numbers.
- Express the following numbers as the sum of consecutive odd numbers: $36$.
- The sum of three consecutive even number is 96 . Find the numbers
- The sum of three consecutive odd numbers is 39. Find the number
- The sum of three consecutive multiples of 2 is 18. Find the numbers.
- The sum of the three consecutive even number is 96. Find the numbers.
- Sum of consecutive numbers in JavaScript
- The LC.M. and H.C.F. of two numbers are 720 and 5 respectively. If one of the two numbers is 45 find the other number.
- Consecutive Numbers Sum in C++
- The LCM of two numbers is 270 and their HCF is 45. Find the product of the numbers
- What is the HCF of two consecutive(a) numbers? (b) even numbers? (c) odd numbers?

Advertisements