document.write( "Question 939003: A store stocks pine and spruce seedlings in approximately the ratio of 7:2. If they order 24 pines, how many spruce seedlings should they order? Round to the nearest whole number. \n" ); document.write( "
Algebra.Com's Answer #572117 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! A store stocks pine and spruce seedlings in approximately the ratio of 7:2 \n" ); document.write( "let x be the no of spruce seedlings to be ordered \r \n" ); document.write( "\n" ); document.write( " 7:2 = 24:x \n" ); document.write( " \n" ); document.write( " multiply with x on both sides \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " multiply with 2 on both sides \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " divide with 7 on both sides \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " x= 7 ( rounding off to nearest whole number ) \n" ); document.write( " Result: no of spruce seedlings to be ordered = 7 \n" ); document.write( " |