document.write( "Question 932697: A trail mix contains 20% nuts and there are 8 pounds of the mix. How many pounds of nuts would need to be added to increase the percentage of nuts to %50. \n" ); document.write( "
Algebra.Com's Answer #566353 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = lbs of nuts \n" ); document.write( "--- \n" ); document.write( "20*8 + 100x = 50(8 + x) \n" ); document.write( "160 + 100x = 400 + 50x \n" ); document.write( "50x = 240 \n" ); document.write( "x = 4.8 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |