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 table.PNG](https://community.jmp.com/t5/image/serverpage/image-id/36716i4E89C01818210D5B/image-size/large?v=v2&px=999)
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 dialog.PNG](https://community.jmp.com/t5/image/serverpage/image-id/36717i878DACD31EAB9B51/image-size/large?v=v2&px=999)
Click OK and see the default platform. Bivariate starts with a scatter plot of the data.
![plot.PNG plot.PNG](https://community.jmp.com/t5/image/serverpage/image-id/36718i223D2C0D1BA3C4C5/image-size/large?v=v2&px=999)
Click the red triangle at the top left of the platform and select Fit Polynomial > 2, quadratic.
![menu.PNG menu.PNG](https://community.jmp.com/t5/image/serverpage/image-id/36719iE593A60C6F3FB511/image-size/large?v=v2&px=999)
This command produces the regression results, including the coefficients.
![fit.PNG fit.PNG](https://community.jmp.com/t5/image/serverpage/image-id/36720i4555C94907D14CC6/image-size/large?v=v2&px=999)
See the JMP Help for Bivariate for more information.