document.write( "Question 1044484: Joe works in a deli and has to make turkey and ham sandwiches for the lunch crowd. He pre-makes a total of 39 sandwiches. He makes twice as many turkey as ham. How many ham sandwiches did he make? \n" ); document.write( "
Algebra.Com's Answer #659775 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x=ham
\n" ); document.write( "2x=turkey
\n" ); document.write( "they add to 39
\n" ); document.write( "x+2x=39
\n" ); document.write( "3x=39
\n" ); document.write( "divide by 3 both sides
\n" ); document.write( "x=13 ham
\n" ); document.write( "2x=26 turkey
\n" ); document.write( "They add to 39 total.
\n" ); document.write( "
\n" );