document.write( "Question 1037308: At Joe′s café, one cup of coffee and three doughnuts cost $4.20, and two cups of coffee and two doughnuts cost $4.80. What is the cost for one doughnut? What is the cost for one cup of coffee?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #651982 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let c=coffee, d=doughnuts: \n" ); document.write( "1c+3d=4.20 \n" ); document.write( "2c+2d=4.80; So: \n" ); document.write( "2c+6d=8.40 \n" ); document.write( "2c+2d=4.80 \n" ); document.write( "4d=3.60 \n" ); document.write( "d=.90 \n" ); document.write( "c=1.50 \n" ); document.write( "Coffee is $1.50 a cup, and doughnuts are $.90 each!!!!!!!!! \n" ); document.write( " |