- 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
Find three parts of 207 such that they are in increasing order, they form an AP and the product of two smaller parts is 4623.
Given:
Three parts of 207 are in increasing order, they form an AP and the product of two smaller parts is 4623.
To do:
We have to find the three parts.
Solution:
Let the three parts of the number 207 be $(a – d), a$ and $(a + d)$, which are in A.P.
According to the question,
Sum of the three parts $= 207$
$a – d + a + a + d = 207$
$3a = 207$
$a = \frac{207}{3}$
$a=69$
Product of the two smaller parts $= 4623$
This implies,
$a (a – d) = 4623$
$69 (69 – d) = 4623$
$69 – d = \frac{4623}{69}$
$69 – d =67$
$d = 69 – 67$
$d= 2$
Therefore,
First part $= a – d = 69 – 2 = 67$,
Second part $= a = 69$
Third part $= a + d = 69 + 2 = 71$
Hence, the required three parts are 67, 69, 71.
- Related Articles
- Split 207 into three parts such that these are in AP and the product of the two smaller parts is 4623.
- Split 207 into three parts such that these are in A.P. and the product of the two smaller parts is 4623.
- Three consecutive integers are such that when they are taken in increasing order and multiplied by 2,3 and 4 respectively, they add up to 74 . Find these numbers.
- Find longest bitonic sequence such that increasing and decreasing parts are from two different arrays in Python
- Find longest bitonic sequence such that increasing and decreasing parts are from two different arrays in C++
- Two natural numbers are such that they differ by 2, and their product is 48. Find the numbers.
- Draw a rough sketch of two triangles such that they have five pairs of congruent parts but still the triangles are not congruent.
- Divide 72 into two parts, so that the larger part exceeds the smaller part by 12. Find both the parts.
- Which of the following are APs? If they form an AP, find the common difference $d$ and write three more terms.$-1.2, -3.2, -5.2, -7.2, ……$
- Which of the following are APs? If they form an AP, find the common difference $d$ and write three more terms.$-10, -6, -2, 2, …..$
- Which of the following are APs? If they form an AP, find the common difference $d$ and write three more terms.$0.2, 0.22, 0.222, 0.2222, ……$
- Which of the following are APs? If they form an AP, find the common difference $d$ and write three more terms.$0, -4, -8, -12, …..$
- Which of the following are APs? If they form an AP, find the common difference $d$ and write three more terms.$1, 3, 9, 27, …….$
- Which of the following are APs? If they form an AP, find the common difference $d$ and write three more terms.$a, 2a, 3a, 4a, …….$
- Which of the following are APs? If they form an AP, find the common difference $d$ and write three more terms.$\sqrt3, \sqrt6, \sqrt9, \sqrt{12}, …..$

Advertisements