The bal() function that is going to balance the loan after a period of 9 years would be  A. bal(108)
The question tells us that the loan balance would be calculated after the period of 9 years.
We have 12 months yearly in all of these 9 years.
Hence the function would be bal(12*9)
= bal(108)
Read more on functions here:
https://brainly.com/question/25638609
#SPJ1