I'm trying to get sth like:

I've been having problem with the picture-inline-with-text part. A little help please. The wrapfigure package (which is known to be better) doesn't work. Nothing is shown in the pdf output file.
The minipage works to some extent, but its always on the left side. I couldn't change it by editing the position parameter. Since I'm not quite familiar with this one. Maybe it could work. Hum?
The floatflt works, but its not compatible quite right with the math environment which means the equations is still in the middle of the page. And the photo is overprinted.
The cutwin package is apparently for only paragraphs with pure text.
Textpos is also not working with the math environment.
Here is the code:
\documentclass[a4paper,10pt, reqno]{amsbook}
\usepackage{wrapfig}
\usepackage{graphicx}
\graphicspath{{d:/ImagesforProjectLatex/}}
\begin{document}
\begin{solution}
\begin{wrapfigure}{r}{0.5\textwidth}
\begin{center}
\includegraphics[width=0.48\textwidth]{1}
\end{center}
\caption{A gull}
\end{wrapfigure}%\paragraph{}
Then nabla is applied from the left
\begin{align}
\nabla\times\strain\times\nabla &=& \parn{\e_1\p_1 + \e_2\p_2 + \e_3\cancel{\p_3}}\times\brak{x_2\e_1\e_3+x_1\e_2\e_3}\notag\\
&=&\p_1\parn{x_1}\e_3\e_3 - \p_2\parn{x_2}\e_3\e_3 = \bff{0}\quad \surd
\label{eq:}
\end{align}
\end{solution}
\end{document}
There is nothing wrong with the math part. So, the problem is only the photo.
\parn,\strainetc. Also, how thesolutionenvironment is defined? – Harish Kumar Nov 7 '12 at 14:55\documentclassand the appropriate packages so that those trying to help don't have to recreate it. While solving problems is fun, setting them up is not. Then those trying to help can simply cut and paste your MWE and get started on solving problem. – Peter Grill Nov 7 '12 at 18:31