- 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
Split 207 into three parts such that these are in A.P. and the product of the two smaller parts is 4623.
Given:
Split 207 into three parts such that these are in A.P. and the product of the two smaller parts is 4623.
To do:
We have to find the numbers.
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.
- 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.
- Divide 72 into two parts, so that the larger part exceeds the smaller part by 12. Find both the parts.
- Divide 29 into two parts so that the sum of the squares of the parts is 425.
- divide 56 in four parts in A.P. such that the ratio of the product of their extremes to the product of their means is 5 : 6.
- A number is divided into two parts such that one part is six more than the other. If the two parts are in a ratio $6:5$, find the small part.
- Split string into equal parts JavaScript
- How can we split the name string into three parts by using MySQL SUBSTRING_INDEX() function?
- The given magnet is divided into three parts $A$, $B$, and $C$.Name the parts where the strength of the magnetic field is :(i) maximum
- How can we split the name string into two parts by using MySQL SUBSTRING_INDEX() function?
- Split the array into equal sum parts according to given conditions in C++
- Three numbers are in A.P. If the sum of these numbers be 27 and the product 648, find the 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++
- Potato and Ginger Are Both Underground Parts That Store Food. Where Is the Food Prepared in These Plants?

Advertisements