Find a and b from 15 square + a square = b square
Answers
Answered by
0
<div id="wrapD3Cube">
<div id="D3Cube">
<div id="side1"></div>
<div id="side2"></div>
<div id="side3"></div>
<div id="side4"></div>
<div id="side5"></div>
<div id="side6"></div>
</div>
</div>
<p style="text-align: center;">
<a onclick="turnLeft()">Left</a>
<a onclick="turnRight()">Right</a> <br />
<a onclick="flipCube()">Flip</a>
</p>
it is the answer
Answered by
2
Answer:
There can be infinitely many solutions for this.
a^2+b^2=225.
Step-by-step explanation:
For example, If a= 1, then b will be square root of 224.
Similar questions