Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
The least multiple of 7, which leaves a remainder of 4, when divided by 6, 9, 15 and 18 is:
Home
Other
The least multiple of 7, which leaves a remainder of 4, when divided by 6, 9, 15 and 18 is:
asked
Oct 31, 2019
in
Other
by
MBarbieri
(
1.0k
points)
The least multiple of 7, which leaves a remainder of 4, when divided by 6, 9, 15 and 18 is:
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 31, 2019
by
MBarbieri
(
1.0k
points)
L.C.M. of 6, 9, 15 and 18 is 90.
Let required number be 90k + 4, which is multiple of 7.
Least value of k for which (90k + 4) is divisible by 7 is k = 4.
Required number = (90 x 4) + 4 = 364.
Related questions
0
votes
Q: The least number which when divided by 5, 6 , 7 and 8 leaves a remainder 3, but when divided by 9 leaves no remainder, is:
asked
Nov 1, 2019
in
Other
by
MBarbieri
(
1.0k
points)
0
votes
Q: If I have a data.frame df <- data.frame(a = c(1, 2, 3), b = c(4, 5, 6), c(7, 8, 9))...
asked
Jun 15
in
R Basics
by
john ganales
(
13.9k
points)
data-frame
0
votes
Q: Consider the matrix A = \begin{pmatrix} 7 & 9 & -3 \\ 3 & -6 & 5 \\ 4 & 0 & 1 \end{pmatrix}⎝⎛7349−60−351⎠⎞. What is the value of minor M_{11}M11?
asked
Jan 23, 2020
in
Data Science
by
AdilsonLima
(
6.0k
points)
+1
vote
Q: Consider the matrix A = \begin{pmatrix} 7 & 9 & -3 \\ 3 & -6 & 5 \\ 4 & 0 & 1 \end{pmatrix}
asked
Jan 20, 2020
in
Mathematics
by
rahuljain1
(
6.5k
points)
#minor-value
Mathematics-questions-answers
+1
vote
Q: What is 2d indexing? define one ex : num = np.array([1,2,3],[4,5,6],[7,8,9])
asked
Jul 4, 2021
in
NumPy
by
sharadyadav1986
(
31.6k
points)
2d-indexing
+1
vote
Q: If you have two sets like this -> s1 = {1,2,3,4,5,6}, s2 = {5,6,7,8,9}. How would you find the common elements in these sets.
asked
Feb 15, 2021
in
Python
by
SakshiSharma
(
32.2k
points)
#python-dataset
dataset
python
Python-questions-answers
0
votes
Q: What is the transpose of the given matrix? \begin{pmatrix} 7 & 9 & -3 \\ 3 & -6 & 5 \\ 4 & 0 & 1 \end{pmatrix}⎝⎛7349−60−351⎠⎞
asked
Jan 23, 2020
in
Data Science
by
AdilsonLima
(
6.0k
points)
0
votes
Q: The least number which should be added to 2497 so that the sum is exactly divisible by 5, 6, 4 and 3 is:
asked
Nov 1, 2019
in
Other
by
MBarbieri
(
1.0k
points)
...