document.write( "Question 996402: a grocery shopper bought 6 lb. of steak and 20 lb. of ground beef. the steak cost $5/lb more than the ground beef and the total is $82.what was the price per pound for each type of meat \n" ); document.write( "
Algebra.Com's Answer #614858 by addingup(3677)![]() ![]() You can put this solution on YOUR website! - Let x be the ground beef. \n" ); document.write( "- The 6lbs of steak were $5 more per pound, and since he bought 6lbs he paid \n" ); document.write( "6*5= 30 more for the steak. So: \n" ); document.write( "------------- \n" ); document.write( "6x+30+20x= 82 \n" ); document.write( "26x= 52 \n" ); document.write( "x= 2 is the price of the ground meat, and the steak is: \n" ); document.write( "2+5= $7 per lb \n" ); document.write( "Proof: \n" ); document.write( "6*7= 42 \n" ); document.write( "20*2=40 \n" ); document.write( "--------- \n" ); document.write( "Total 82 We have the correct answer \n" ); document.write( " |