document.write( "Question 1052617: caleb sold some boxes of candy. some sold for $2 and some sold for $3. he sold a total of 35 boxes and received $92. how many boxes did he sell for $2 \n" ); document.write( "
Algebra.Com's Answer #667937 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
Very uncomplicated two-variable linear system application exercise. The unknown variables are how many boxes OF EACH KIND were sold. Write equations to account for total number of boxes and total money taken in through sales.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x boxes at $2 per box
\n" ); document.write( "y boxes at $3 per box\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%28x%2By=35%2C2x%2B3y=92%29\"
\n" ); document.write( "
\n" );