A 4 digit no may consist of the digits 6,2,7,5 where
none of the nos are repeated.Find the possible no of
combinations divisible by 36?
Answer Posted / lava kumar
The multiples of 36 are 36,72,108,114,180..
the last digits are 6,2,8,4,0
The given numbers are 6,2,7,5
Therefore they are 2 cases The last digit either can be
accopied by 6 or 2 in 2c1 ways
The first 3 digits in 3! ways
Therefore the number of possible ways is 3!*2c1=12
Hope Iam rite.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
in a single throw of dice ,the chance of throwing a total of 3 is
The number 0.05 is what percent of 20?
A 2D array is declared as A[9,7] and each element requires 2 byte.If A[ 1,1 ] is stored in 3000. Find the memory of A[8,5] ?
Find the next series number 0, 6, 24, 120, 210, ---, ----
The dimensions of a certain box are 48" X 30" X 52". If the size of the box is increased proportionately until the sum of its dimensions equals 156", what will be the increase in the shortest side?
A beats B by 10 meters and B beats C by 15 meters the A beats C by
Alphametics are puzzles where each letter stands for a different digit. Here are two alphametics. No word can begin with a zero. We’ve started you out with some of the letters. BASE + BALL -------------- GAMES what these alphabets represent
hai frnds pls give me some tips and traps about HP software company interview for freshers.am a B.E CSE fresher.hoe will be the interview?how many days it will be conducted?how will be apps round?technical round?hr round?pls help me if any one known means.send me that pattern by vijay ,chennai
Could anyone please email the answers to the verizon 2014 aptitude test
600 tennis players 4% ->wrist band on one wrist of remain 96%->25%->on both hands remain no of ---
0.512 * 18902358 =?
perimeter of rectangle is s and the other side is x, then the other side
A & B are playing a game .There are 8 oranges in a row on the table.one Player can take 1-4 oranges in a pick (a maximum of 4),one who picks the last orange wins the game.'A' plays first How many oranges should he pick first time inorder to win the game.
If a and b are positive integers and (a-b)/3.5 = 4/7, then the relation between a and b is
Two sentences are given and we were required to print the common word in the two sentences. Words were delimited by space, full stop, ? , ! and , . The trick in the question was that common word should be printed only once so if ur first sentence contains two word "how" and second contains "how" then in output how should be printed only once for this u can replace each matched word in second sentence by spaces . i want a solution in C/C++ language