<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<b>Exercise 2.2.4.</b>&nbsp;&nbsp;  
Define the program <code class="scheme"><span class="variable">convert3</span></code>. It consumes three digits, starting
with the least significant digit, followed by the next most significant
one, and so on. The program produces the corresponding number. For
example, the expected value of 

<div align="left"><pre class="scheme">(<span class="variable">convert3</span> <span class="selfeval">1</span> <span class="selfeval">2</span> <span class="selfeval">3</span>) <br></pre></div>
is <code class="scheme"><span class="selfeval">321</span></code>. Use an algebra book to find out how such a conversion
works.<br><br><br>Okay I had gone past this exercise but as I couldn't figure it out it was bugging me... and I must say its been a while since I regularly used algebra but after racking my brain for a while and googling for even longer I throw myself at your mercy... I am sure it is rather simple but I am stumped... sometimes I wish I could peek at those answers... even just to see if I got it right.<br><br>&nbsp;<br>
Travis&nbsp;Stanley<br><br><br><br /><hr />HO HO HO, if you've been nice this year, email Santa! <a href='http://asksanta.ca/?icid=SANTAENCA005' target='_new'>Visit asksanta.ca to learn more!</a></body>
</html>