<?xml version="1.0" encoding="UTF-8"?>
<solution xmlns="http://geocentral.net">
<version>3.1</version>
<envelope>
<author>
<name>Stelian Dumitrascu</name>
<email>stelian@geocentral.net</email>
<web>http://geocentral.net/geometria</web>
</author>
<comments>Решение задачи-образца</comments>
</envelope>
<problem>
<envelope>
<author>
<name>Stelian Dumitrascu</name>
<email>stelian@geocentral.net</email>
<web>http://geocentral.net/geometria</web>
</author>
<comments>Задача-образец</comments>
</envelope>
<text>Этот аквариум, имеющий форму правильной призмы, на 7/8 полон воды. В аквариум помещают некоторое число одинаковых металлических шаров, диаметр которых равняется четверти высоты аквариума, пока вода не начинает переливаться через край. Сколько шаров в аквариуме?</text>
<notepad>
</notepad>
<figures>
<figure>
<name>Аквариум</name>
<color>#ffff</color>
<transparent>true</transparent>
<labelled>false</labelled>
<solid>
<points>
<point>
<label>A</label>
<coords>1.0042705098312485 0.005877852522924672 -0.5</coords>
</point>
<point>
<label>B</label>
<coords>0.3132875042061959 0.9569343688180783 -0.5</coords>
</point>
<point>
<label>C</label>
<coords>-0.8047464845436989 0.593663104815398 -0.5</coords>
</point>
<point>
<label>F</label>
<coords>1.0042705098312485 0.005877852522924672 0.5</coords>
</point>
<point>
<label>D</label>
<coords>-0.804746484543699 -0.5819073997695483 -0.5</coords>
</point>
<point>
<label>E</label>
<coords>0.31328750420619567 -0.9451786637722289 -0.5</coords>
</point>
<point>
<label>G</label>
<coords>0.3132875042061959 0.9569343688180783 0.5</coords>
</point>
<point>
<label>H</label>
<coords>-0.8047464845436989 0.593663104815398 0.5</coords>
</point>
<point>
<label>I</label>
<coords>-0.804746484543699 -0.5819073997695483 0.5</coords>
</point>
<point>
<label>J</label>
<coords>0.31328750420619567 -0.9451786637722289 0.5</coords>
</point>
</points>
<lines>
</lines>
</solid>
<camera>
<attitude>-0.5328608041697043 -0.3348186344436886 -0.4134665796294599 0.6580282918981487</attitude>
</camera>
</figure>
</figures>
<answer>
<type>number</type>
<value>37.0</value>
</answer>
</problem>
<log>
<action>
<className>GVolumeAction</className>
<figureName>Аквариум</figureName>
<variableName>ОбъемАквариума</variableName>
</action>
<action>
<className>GMeasureDistanceAction</className>
<figureName>Аквариум</figureName>
<p1Label>F</p1Label>
<p2Label>A</p2Label>
<variableName>Высота</variableName>
</action>
<action>
<className>GCalcEvaluateAction</className>
<variableName>ДиаметрШара</variableName>
<expression>Высота/4</expression>
</action>
<action>
<className>GCalcEvaluateAction</className>
<variableName>ОбъемШара</variableName>
<expression>PI*ДиаметрШара^3/6</expression>
</action>
<action>
<className>GCalcEvaluateAction</className>
<variableName>ЧислоШаров</variableName>
<expression>ОбъемАквариума/8/ОбъемШара</expression>
</action>
<action>
<className>GSolutionAnswerAction</className>
<value>37</value>
</action>
</log>
</solution>