document.write( "Question 235831: A total of 310 pumpkins were picked, separated by large and small. Large sold for $9.00 and small for $3.00. All pumpkins were sold and sales totalled $1,950.
\n" );
document.write( "How many small and large pumpkins were picked? \n" );
document.write( "
Algebra.Com's Answer #173607 by AJHunter(1)![]() ![]() You can put this solution on YOUR website! X= large pumpkins sold \n" ); document.write( "Y= small pumpkins sold\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Price: \n" ); document.write( " 9x+3y=1950\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Number of pumpkins: \n" ); document.write( " x+y=310\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, 170 large pumpkins were sold, and 140 small pumpkins were sold. \n" ); document.write( " |