Modeling Real-World Problems with Composite Functions
A square image of an object on a video game has an initial side length of 25 pixels. To make the object appear closer, the side length of the square is increased by 10 pixels per second. This length change is represented by the function s(t) = 25 + 10t, where t is time in seconds.

If the area of the square is A(s) = s², find the formula for the area as a function of time, and then determine A(s(3)).



A(t) equals ____t² + ____t + 625.

The area of the square image after 3 seconds is
____ square pixels.