document.write( "Question 1171446: 2. The city purchases a total of 51 ornamental trees to plant in a plant. They will plant large three-year-old trees and small one-year-old trees. Since the smaller trees cost less, they will plant twice as many of the smaller trees. How many tree of each size will they plant? \n" ); document.write( "
Algebra.Com's Answer #801613 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
small = S, large = L\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "S + L = 51
\n" ); document.write( "S = 2L\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There will be 34 small trees and 17 large trees.
\n" ); document.write( "
\n" );