answersLogoWhite

0

Most cutting flowers are annuals. They have shallow root systems, usually about 4-6 inches. Some common cutting flowers with this root depth are zinnias, button flowers, straw flowers, and statice.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Why would having a tap root be an advantage to a plant in an environment where there are long periods of drought?

Tap root being deep rooted can get water from the depth of the soil during long priods of drought


Difference between height of a tree and depth of a tree and level of a tree?

The height of a tree is the longest path from the root to a leaf, counting the number of edges. The depth of a tree is the longest path from the root to a leaf, counting the number of nodes. The level of a tree refers to the depth of a node with respect to the root, where the root is considered to be at level 0.


What is the ideal root cellar depth for storing vegetables and other produce?

The ideal root cellar depth for storing vegetables and other produce is typically around 4 to 6 feet deep. This depth helps maintain a consistent temperature and humidity level, which is important for preserving the freshness of the produce.


How do i root an lg volt android phone?

You can find an in-depth tutorial on how to root an LG volt android phone on rootmyandroid.org/root-lg-volt-pc-safest-method.html


What is the difference between height and depth of a tree?

height and depth of a tree is equal... but height and depth of a node is not equal because... the height is calculated by traversing from leaf to the given node depth is calculated from traversal from root to the given node.....


Would a 120cm stick fit in a suitcase which is 90 cm long 65 cm in height and 30 cm in depth?

The diagonal distance of the suitcase is: square root (902 + 652 + 302) = square root (8100 + 4225 + 900) = square root (13225) = 115 cm So, it would not fit.


What is the width height and depth of a 15 TV?

if the volume of a cube = 15, the side = cube root (volume) = cube root (15) = 2.466


What is length and depth of the river yamuna?

2510Km long and 21m depth


What is the depth of rice root zone?

The root zone depth for rice plants can vary depending on the variety and growing conditions, but on average, rice roots can extend to a depth of about 30-50 centimeters in the soil. It is important for rice roots to have access to water at this depth for healthy growth and development. Proper irrigation management is key to ensuring that the roots can access water efficiently.


What does the root word abyss mean?

The root word "abyss" comes from the Greek word "abyssos," meaning bottomless or infinite depth. It is often used to describe a deep or immeasurable space, such as the vast ocean depths or cosmic voids.


How long is the longest root?

long


What is the minimum number of nodes in a binary tree of depth k?

if u assign a 0th level to root of binary tree then,the minimum no. of nodes for depth K is k+1.