一般的な2桁の平方

任意の2桁の数を平方する

関連するスートラ

Duplex Process

二重組み合わせ

平方の特別なパターン:最初の平方、積の2倍、最後の平方

理論

Duplex method for squaring:

For 23²:

  • Left: 2² = 4
  • Middle: 2×2×3 = 12
  • Right: 3² = 9
  • Result: 4|12|9 = 529

ステップ

1

Square first digit

2² = 4

2

Double the cross product

2×2×3 = 12

3

Square last digit

3² = 9

4

Combine with carries

529

23²

中級
1

First squared

2²=4

2

Cross doubled

2×2×3=12

3

Last squared

3²=9

4

Result

529

答え:529

練習の準備はできていますか?

インタラクティブな練習問題で学んだことを適用する

練習を開始