document.write( "Question 1058125: An orchard has 1023 apple trees. The number of rows exceeds the number of trees per row by 2.How many trees are there in each row? \n" ); document.write( "
Algebra.Com's Answer #673141 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
rows=r
\n" ); document.write( "trees in row= r-2
\n" ); document.write( "r(r-2)=1023
\n" ); document.write( "r^2-2r-1023=0
\n" ); document.write( "r=(1/2)(2+/- sqrt (4+4092); sqrt 4096=64
\n" ); document.write( "r=33; negative root doesn't work.
\n" ); document.write( "33 rows, 31 trees in each row=1023 trees.
\n" ); document.write( "
\n" );