Oh, I'll be able to find it, I just haven't done the calculations yet

This is one of the few exercises we need to do by hand, basically everything is done in R commander - it's an applied course.
The multiple regression model is as follows
y(i) = B0 + B1x1i + B2x2i,
where y is the weight (kg) of bear number i
x1 is the length (cm) of bear number i, and
x2 is the neck circumference (cm) of bear number i.
I'm making two scatterplots, one for each simple model (only one explanatory variable).
Now I'm to estimate the model parameters, and later compare the multiple regression model to the simple models, and evaluate which is the best. I'll also test the Betas and see if the explanatory variables explain anything at all.