c(x) is a function, then we will solve the problem for two different functions.
1. If ![c(x)=\frac{x}{0.5}+x](https://tex.z-dn.net/?f=c%28x%29%3D%5Cfrac%7Bx%7D%7B0.5%7D%2Bx)
Then
![y=c(x)](https://tex.z-dn.net/?f=y%3Dc%28x%29)
![y=\frac{x}{0.5}+x](https://tex.z-dn.net/?f=y%3D%5Cfrac%7Bx%7D%7B0.5%7D%2Bx)
Using each of the values for x we have.
When x=0 the result is: ![y=\frac{0}{0.5}+0=0](https://tex.z-dn.net/?f=y%3D%5Cfrac%7B0%7D%7B0.5%7D%2B0%3D0)
When x=0.008 the result is: ![y=\frac{0.008}{0.5}+0.008=0.016+0.008=0.024](https://tex.z-dn.net/?f=y%3D%5Cfrac%7B0.008%7D%7B0.5%7D%2B0.008%3D0.016%2B0.008%3D0.024)
When x=0.027 the result is: ![y=\frac{0.027}{0.5}+0.027=0.054+0.027=0.081](https://tex.z-dn.net/?f=y%3D%5Cfrac%7B0.027%7D%7B0.5%7D%2B0.027%3D0.054%2B0.027%3D0.081)
When x=0.064 the result is: ![y=\frac{0.064}{0.5}+0.064=0.128+0.064=0.192](https://tex.z-dn.net/?f=y%3D%5Cfrac%7B0.064%7D%7B0.5%7D%2B0.064%3D0.128%2B0.064%3D0.192)
When x=0.125 the result is: ![y=\frac{0.125}{0.5}+0.125=0.25+0.125=0.375](https://tex.z-dn.net/?f=y%3D%5Cfrac%7B0.125%7D%7B0.5%7D%2B0.125%3D0.25%2B0.125%3D0.375)
When x=0.216 the result is: ![y=\frac{0.216}{0.5}+0.216=0.432+0.216=0.648](https://tex.z-dn.net/?f=y%3D%5Cfrac%7B0.216%7D%7B0.5%7D%2B0.216%3D0.432%2B0.216%3D0.648)
When x=0.343 the result is: ![y=\frac{0.343}{0.5}+0.343=0.686+0.343=1.029](https://tex.z-dn.net/?f=y%3D%5Cfrac%7B0.343%7D%7B0.5%7D%2B0.343%3D0.686%2B0.343%3D1.029)
When x=0.512 the result is: ![y=\frac{0.512}{0.5}+0.512=1.024+0.512=1.536](https://tex.z-dn.net/?f=y%3D%5Cfrac%7B0.512%7D%7B0.5%7D%2B0.512%3D1.024%2B0.512%3D1.536)
When x=0.729 the result is: ![y=\frac{0.729}{0.5}+0.729=1.458+0.729=2.187](https://tex.z-dn.net/?f=y%3D%5Cfrac%7B0.729%7D%7B0.5%7D%2B0.729%3D1.458%2B0.729%3D2.187)
When x=1 the result is: ![y=\frac{1}{0.5}+1=2+1=3](https://tex.z-dn.net/?f=y%3D%5Cfrac%7B1%7D%7B0.5%7D%2B1%3D2%2B1%3D3)
2. If ![c(x)=sin(x)+2x](https://tex.z-dn.net/?f=c%28x%29%3Dsin%28x%29%2B2x)
Then
![y=c(x)](https://tex.z-dn.net/?f=y%3Dc%28x%29)
![y=sin(x)+2x](https://tex.z-dn.net/?f=y%3Dsin%28x%29%2B2x)
Using each of the values for x we have.
When x=0 the result is: ![y=sin(0)+2(0)=0](https://tex.z-dn.net/?f=y%3Dsin%280%29%2B2%280%29%3D0)
When x=0.008 the result is: ![y=sin(0.008)+2(0.008)=0.000139+0.016=0.016139](https://tex.z-dn.net/?f=y%3Dsin%280.008%29%2B2%280.008%29%3D0.000139%2B0.016%3D0.016139)
When x=0.027 the result is: ![y=sin(0.027)+2(0.027)=0.000471+0.054=0.054471](https://tex.z-dn.net/?f=y%3Dsin%280.027%29%2B2%280.027%29%3D0.000471%2B0.054%3D0.054471)
When x=0.064 the result is: ![y=sin(0.064)+2(0.064)=0.001117+0.128=0.129117](https://tex.z-dn.net/?f=y%3Dsin%280.064%29%2B2%280.064%29%3D0.001117%2B0.128%3D0.129117)
When x=0.125 the result is: ![y=sin(0.125)+2(0.125)=0.002182+0.25=0.252182](https://tex.z-dn.net/?f=y%3Dsin%280.125%29%2B2%280.125%29%3D0.002182%2B0.25%3D0.252182)
When x=0.216 the result is: ![y=sin(0.216)+2(0.216)=0.003769+0.432=0.435769](https://tex.z-dn.net/?f=y%3Dsin%280.216%29%2B2%280.216%29%3D0.003769%2B0.432%3D0.435769)
When x=0.343 the result is: ![y=sin(0.343)+2(0.343)=0.005986+0.686=0.691986](https://tex.z-dn.net/?f=y%3Dsin%280.343%29%2B2%280.343%29%3D0.005986%2B0.686%3D0.691986)
When x=0.512 the result is: ![y=sin(0.512)+2(0.512)=0.008936+1.024=1.032936](https://tex.z-dn.net/?f=y%3Dsin%280.512%29%2B2%280.512%29%3D0.008936%2B1.024%3D1.032936)
When x=0.729 the result is: ![y=sin(0.729)+2(0.729)=0.012723+1.458=1.470723](https://tex.z-dn.net/?f=y%3Dsin%280.729%29%2B2%280.729%29%3D0.012723%2B1.458%3D1.470723)
When x=1 the result is: ![y=sin(1)+2(1)=0.017452+2=2.017452](https://tex.z-dn.net/?f=y%3Dsin%281%29%2B2%281%29%3D0.017452%2B2%3D2.017452)