document.write( "Question 1125500: Shopper purchased 12lb of steak and 30lb of ground beef. Steak costs $5 more per pound with the total bill being $82. What is the price per pound of each meat. I am a parent trying to help. Just need a nudge... \n" ); document.write( "
Algebra.Com's Answer #741831 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Let price per pound for ground beef be p.
\n" ); document.write( "
\r\n" );
document.write( "MEAT         PRICEperpound       QUANTITY       COST\r\n" );
document.write( "\r\n" );
document.write( "STEAK           p+5               12           12(p+5)\r\n" );
document.write( "\r\n" );
document.write( "Grd. BEEF       p                 30           30p\r\n" );
document.write( "\r\n" );
document.write( "TOTAL                                          82\r\n" );
document.write( "

\n" ); document.write( "Solve for p in equation \"12%28p%2B5%29%2B30p=82\".
\n" ); document.write( "
\n" );