I cant seem to figure out how to right justify in LaTeX without going over to the next line.
I want to get something like
blahblahblah (10)
i.e. (10) at the right end of the line with the blahs.( I think the word processor for this forum also ignores blank spaces, so while I have left spaces after the blahs and put (10) at the right extreme, it doesnt show up that way

But when I use the command
blahblahblah \begin{flushright} (10) \end{flushright}
I end up with something like
blahblahblah
(10)
( that is, it comes on the next line ). And of course it wont work if I use the \begin{flushright} before the blahs.
In the math environment $$ \eqno(10)$$ does the trick for an equation but I cant figure out what to do for regular text. As one might imagine I want to use it to write the marks for a question after the question when I make an exam.
Any ideas ?
regards,
Ramesh