#include<iostream> int main(){ double a,b,c,x; b=6*9.6-(6-1)*9.4; c=6*9.6-(6-1)*9.8; a=6*9.6-b-c; x=a/(6-1-1); printf("%.1f",x); return 0; }