supriya
Answered On : Aug 30th, 2006
first u find lcm of no's given ,convert the result into binary no(/2) and then represent 1by$ and 0 by *

2 Users have rated as useful.
Login to rate this answer.
Ritiv Jain
Answered On : Sep 7th, 2006
the question of this type is very common in accenture.
this is simply a binary to decimal conversion.
to solve this you just place 0 and 1. you get a binary number
decode it to decimal one.
Login to rate this answer.
lcm of 9,18,27 is 54
that can be represented as 110110 in binary
that's $$*$$*

5 Users have rated as useful.
Login to rate this answer.
lcm (9,18,27)=54
convert it into binary u vll get 110110
express it in $ * as =$$*$$*
Login to rate this answer.