document.write( "Question 1034126: Four people, Max, Kim, Lily and Harvey, decided to pool their money and hire a taxi. They each contributed $1 or $2 coins. Together they had $66. Kim Had $5 less than Max. Lily had $3 more than Max and Harvey had half as much as Lily. How much did Harvey contribute? \n" ); document.write( "
Algebra.Com's Answer #648743 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
PERSON            HAS HOW MUCH\r\n" );
document.write( "Max, m            m\r\n" );
document.write( "Kim, k            m-5\r\n" );
document.write( "Lily, L           m+3\r\n" );
document.write( "Harvey, h         L/2
\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%28k=m-5%2CL=m%2B3%2Ch=L%2F2%2Cm%2Bk%2BL%2Bh=66%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You have enough to solve this, using substitution.
\n" ); document.write( "
\n" );