document.write( "Question 1068576: A basketball concession stand sells sodas for $ 1.10 each and bags of popcorn for $ 0.70$ each. One night,32 more sodas were sold than bags of popcorn. If the concession stand made $ 127 that night, how many sodas and how many bags of popcorn were sold?
\n" );
document.write( "The concession stand sold how many soda and how many bags of popcorn?\r
\n" );
document.write( "\n" );
document.write( "John works two jobs. As a security guard he earns $ 9.75$9.75 per hour. As a landscaper he earns $ 13.00$13.00 per hour. One week John worked a total of 3030 hours and earned $ 308.75 .$308.75. How many hours did he work at each job?
\n" );
document.write( "The number of hours John worked as a security guard is
\n" );
document.write( "how many hours and as a landscaper is
\n" );
document.write( "how mnay hours? \n" );
document.write( "
Algebra.Com's Answer #683852 by addingup(3677)![]() ![]() You can put this solution on YOUR website! soda: s \n" ); document.write( "popcorn: p \n" ); document.write( "s = p+32 \n" ); document.write( "1.10s+0.70p = 127 \n" ); document.write( "substitute for s; \n" ); document.write( "1.10(p+32)+0.70p = 127 \n" ); document.write( "1.80p+35.20 = 127 \n" ); document.write( "1.80p = 91.80 \n" ); document.write( "p = 51 and: \n" ); document.write( "s = p+32 = 51+32 = 83 \n" ); document.write( "------------------------------- \n" ); document.write( "Check: \n" ); document.write( "51*0.70 = 35.70 \n" ); document.write( "83*1.10 = 91.30 \n" ); document.write( "Total . . 127 Correct \n" ); document.write( " |