First, let's define the following variables:
• A = number of bulldogs walked,
,
• B = number of chihuahuas walked,
,
• C = number of poodles walked.
From the statement, we know that:
• Pete walked 3 less Chihuahuas than poodles: B = C - 3,
,
• Pete walked 8 times as many poodles as bulldogs: C = 8A,
,
• Pete walked 4 bulldogs: A = 4.
Replacing the value A = 4 in the equation of C, we find that C = 8*4 = 32.
Replacing the value C = 32 in the equation of B, we find that B = 32 - 3 = 29.
Answer
• Pete walked A = 4 bulldogs,
,
• Pete walked B = 29 chihuahuas,
,
• Pere walked C = 32 poodles.