document.write( "Question 296495: Tim and Judy mix two kinds of feed for pedigreed dogs. They wish to make 54 pounds of feed worth $0.28 per pound by mixing one kind worth $0.24 per pound with another worth $0.42 per pound. How many pounds of the cheaper kind should they use in the mix? \n" ); document.write( "
Algebra.Com's Answer #213617 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Tim and Judy mix two kinds of feed for pedigreed dogs. They wish to make 54 pounds of feed worth $0.28 per pound by mixing one kind worth $0.24 per pound with another worth $0.42 per pound. How many pounds of the cheaper kind should they use in the mix?\r \n" ); document.write( "\n" ); document.write( "let x pounds of cheaper feed be required\r \n" ); document.write( "\n" ); document.write( "the other one required will be 54-x\r \n" ); document.write( "\n" ); document.write( "0.24*(x)+0.42(54-x)=0.28 * 54\r \n" ); document.write( "\n" ); document.write( "0.24x +22.68 -0.42x =15.12\r \n" ); document.write( "\n" ); document.write( "0.24x-0.42x=15.12-22.68\r \n" ); document.write( "\n" ); document.write( "0.18x= 7.56\r \n" ); document.write( "\n" ); document.write( "x=7.56 / 0.18\r \n" ); document.write( "\n" ); document.write( "x=42 lbs- the cheaper variety\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |