document.write( "Question 1190182: Mr.Black bought 2 pounds of carrots and 3 pounds of spinach, for which he paid $20.00. Mr.cool paying the same prices, paid $11.25 for 1 pound of carrots and 2 pounds of spinach. Find the price of carrots and the price of a pound of spinach.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #821759 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 2C+3S=20.00 \n" ); document.write( "1C+2C=11.25; multiply the second by -2 \n" ); document.write( "-2C-4S=-22.50; add the first and this to eliminate the carrots \n" ); document.write( "-S=-2.50 \n" ); document.write( "Spinach is $2.50 \n" ); document.write( "2C are $12.50 in first equation, so C=$6.25 \n" ); document.write( "Substitute in second \n" ); document.write( "$6.25+$5.00=$11.25 so it checks. \n" ); document.write( " |