document.write( "Question 654507: i need help with problems like this. i know it says only one problem per submission but i cant figure out how to ask another question. i have tried to solve these two problems but they are extremely difficult for me and i cant find any good examples anywhere else. please help :( thanks
\n" );
document.write( "_______________________________________________________________________________\r
\n" );
document.write( "\n" );
document.write( "a restaurant manager bought 80 lb of hamburger and 30 lb of steak for a total cost of 163 a second purchase at the same prices includes 150 lb of hamburger and 50 lb of steak and costs 290 find price of 1 lb of hamburger\r
\n" );
document.write( "\n" );
document.write( "__________________________________________________________________________________\r
\n" );
document.write( "\n" );
document.write( "a coin bank contains only dimes and quarters the total value is 3.70. if the dimes were quarters and the quarters were dimes the total value would be 2.95 find the number of quarters\r
\n" );
document.write( "\n" );
document.write( "_______________________________________________________________________________ \n" );
document.write( "
Algebra.Com's Answer #408795 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a restaurant manager bought 80 lb of hamburger and 30 lb of steak for a total \n" ); document.write( " cost of 163 a second purchase at the same prices includes 150 lb of hamburger \n" ); document.write( " and 50 lb of steak and costs 290 find price of 1 lb of hamburger \n" ); document.write( ": \n" ); document.write( "let h = cost per pound for hamburger \n" ); document.write( "let s = cost per pound for steak \n" ); document.write( ": \n" ); document.write( "Write a total cost equation for each order \n" ); document.write( "80h + 30s = 163 \n" ); document.write( "150h + 50s = 290 \n" ); document.write( ": \n" ); document.write( "We are going to us elimination; mult the 1st eq by 5, the 2nd eq by 3, results: \n" ); document.write( "400h + 150s = 815 \n" ); document.write( "450h + 150s = 870 \n" ); document.write( "------------------subtraction eliminates s, find h \n" ); document.write( "-50h + 0 = -55 \n" ); document.write( "h = -55/-50 \n" ); document.write( "h = $1.10 a pound for hamburger \n" ); document.write( "__________________________________________________________________________ \n" ); document.write( "a coin bank contains only dimes and quarters the total value is 3.70. \n" ); document.write( " if the dimes were quarters and the quarters were dimes the total value \n" ); document.write( " would be 2.95 find the number of quarters \n" ); document.write( ": \n" ); document.write( "Let x = original number of dimes \n" ); document.write( "Let y = original number of quarters \n" ); document.write( ": \n" ); document.write( "Write an equation for each scenario \n" ); document.write( ".10x + .25y = 3.70 \n" ); document.write( ".25x + .10y = 2.95 \n" ); document.write( ": \n" ); document.write( "Using elimination again, mult the 1st equation by 5, the 2nd eq by 2 \n" ); document.write( ".50x + 1.25y = 18.50 \n" ); document.write( ".50x + .20y = 5.90 \n" ); document.write( "-------------------subtraction eliminates x, find y (quarters) \n" ); document.write( "0 + 1.05y = 12.60 \n" ); document.write( "y = 12.6/1.05 \n" ); document.write( "y = 12 quarters \n" ); document.write( ": \n" ); document.write( "You should check both these problems by finding the other variable value. \n" ); document.write( "Then substitute the values in the original equations, to see if it is true. \n" ); document.write( " |