document.write( "Question 1171918: Bob bought a popcorn, a soda, and a hotdog at the movies for $6.94. Popcorn costs $1 more than a hotdog. A soda costs $0.81 less than a hotdog. How much is each item? \n" ); document.write( "
Algebra.Com's Answer #796818 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
prices p, s, h;
\n" ); document.write( "\"system%28p=h%2B1%2Cs=h-0.81%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Only bought 1 of each.
\n" ); document.write( "\"%28h%2B1%29%2B%28h-0.81%29%2Bh=6.94\"-------------solve this and find the other two.
\n" ); document.write( "
\n" );