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)\"\" \"About 
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( " \"+7%2F2+++=24%2Fx\"
\n" ); document.write( " multiply with x on both sides
\n" ); document.write( " \"+%287%2F2%29%2A+x+++=%2824%2Fx%29%2Ax\"
\n" ); document.write( " \"+7x%2F2++=+24\"
\n" ); document.write( " multiply with 2 on both sides
\n" ); document.write( " \"+%287x%2F2%29+%2A2+=+24%2A2+\"
\n" ); document.write( " \"+7x+++=+48\"
\n" ); document.write( " divide with 7 on both sides
\n" ); document.write( " \"+7x%2F7+=+48%2F7\"
\n" ); document.write( " \"+x++=++6.85+\"
\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( "
\n" );