document.write( "Question 987781: 1. a small can of an energy drink contains 8 or more calories than 4 times the number of calories in a shot of the same energy drink. If a small can and shot contain a total of 133 calories, how many calories are in each drink?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #608504 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "C=calories in small can; S=calories in shot \n" ); document.write( ". \n" ); document.write( "S+C=133 \n" ); document.write( "C=133-S \n" ); document.write( ". \n" ); document.write( "C=4S+8 \n" ); document.write( "133-S=4S+8 \n" ); document.write( "125=5S \n" ); document.write( "25=S ANSWER 1: A shot contains 25 calories. \n" ); document.write( ". \n" ); document.write( "C=133-S=133-25=108 ANSWER 2: A small can contains 108 calories. \n" ); document.write( " \n" ); document.write( " |