solve this problem
Created on: September 8, 2025
Created on: September 8, 2025
pythonfrom PIL import Image, ImageOps, ImageFilter, ImageEnhance, ImageStat, Image im=Image.open('/mnt/data/image.png') im.size (695, 240)
pythondisplay(im.resize((1100,380)))
pythondisplay(im.crop((0,170,680,235)).resize((1000,200)))
Answer: (B) and (C)
Let each mass be . Initially, has momentum , is at rest .
During the collision, imparts an impulse of magnitude to (opposite to ’s motion), so:
Thus the system momentum is at all times; so (A) is false.
By Newton’s 3rd law, the impulse on due to has equal magnitude (opposite direction) → (B) is true.
The coefficient of restitution:
which matches (C). Statement (D) is false.