Weak Entity is an entity that can not identified(its mean does not have primary key) by its own attribute alone so it need to relies on Strong Entity for its identification.
lets clear confusion of Weak & Strong Entity, Sometimes we confused between them.
lets take an example of order and customer, its seems like order is dependant on customer but order has there own order id and it will going to identify unique by there is order id.
Consulsion, It Weak Entity depands on Stong entity.