document.write( "Question 159905: what is an equation i can use for the following table:\r
\n" ); document.write( "\n" ); document.write( "rows------flowers
\n" ); document.write( " 4----------32
\n" ); document.write( " 6----------48
\n" ); document.write( " 8----------64
\n" ); document.write( " 10---------80
\n" ); document.write( "

Algebra.Com's Answer #117916 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
4 rows have 32 flowers
\n" ); document.write( "6 rows have 48
\n" ); document.write( "etc
\n" ); document.write( "Each time the number of flowers is 8 times the number of rows
\n" ); document.write( "\"Flowers+=+Rows+%2A+8\"
\n" ); document.write( "
\n" );