I assume that you are new to using JMP and you are thinking about JMP as a spreadsheet application. I am going to show you how I would obtain the parameter estimates.
I entered your data into a JMP data table. JMP works with variables, not cells. So each variable is represented by a data column. Each row represents on observation. Your data looks like this:
table.PNG
JMP provides platforms for analysis and graphing. Two continuous variables are explored and fit using the Bivariate platform, but you do not need to know that. Simply click Analyze in the menu bar and select Fit Y by X. Then select the data column and click the Y or X button to assign that variable to the intended analysis role.
dialog.PNG
Click OK and see the default platform. Bivariate starts with a scatter plot of the data.
plot.PNG
Click the red triangle at the top left of the platform and select Fit Polynomial > 2, quadratic.
menu.PNG
This command produces the regression results, including the coefficients.
fit.PNG
See the JMP Help for Bivariate for more information.