<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.10570.1001"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=870323712-26042017><FONT color=#000080 
face=Calibri>Maybe just enumerate the possibilities</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=870323712-26042017><FONT color=#000080 
face=Calibri></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=870323712-26042017><FONT color=#000080 
face=Calibri>1 * 1 = 1 => 111</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=870323712-26042017><FONT color=#000080 
face=Calibri>1 * 2 = 2 => 112</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=870323712-26042017><FONT color=#000080 
face=Calibri>1 * 3 = 3 => 113</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=870323712-26042017><FONT color=#000080 
face=Calibri>...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=870323712-26042017><FONT color=#000080 
face=Calibri>2 * 1 = 2 => 212</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=870323712-26042017><FONT color=#000080 
face=Calibri>...</FONT></SPAN></DIV><BR>
<DIV lang=en-us class=OutlookMessageHeader dir=ltr align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> Haskell-Cafe 
[mailto:haskell-cafe-bounces@haskell.org] <B>On Behalf Of </B>Mahmoud 
Murad<BR><B>Sent:</B> Wednesday, April 26, 2017 8:03 AM<BR><B>To:</B> 
haskell-cafe@haskell.org<BR><B>Subject:</B> [Haskell-cafe] complex 
multiplication function in Haskell<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr>
<DIV>Hi there, </DIV>
<DIV>The number 354162 has 6 digits and contains all digits from 1 to 6, and it 
can be considered as a multiplication of 3 * 54 = 162.  </DIV>
<DIV>so what I need is a function that will take all the real number and return 
the number that can be split as above,  </DIV>
<DIV>354162  .. 3 * 54 = 162   </DIV>
<DIV>I have no idea how to do such a thing! any help! </DIV>
<DIV><BR></DIV>
<DIV class=gmail_signature>
<DIV dir=ltr>
<DIV>
<DIV dir=ltr>
<DIV dir=ltr>
<DIV 
style="FONT-SIZE: 12px"></DIV></DIV></DIV></DIV></DIV></DIV></DIV></BODY></HTML>