最新の問題
The problem consists of several independent questions related to programming concepts and mathematic...
Order of OperationsModuloInteger ArithmeticExpression EvaluationProgramming Concepts (Pseudocode, Pascal)
2025/3/17
与えられた分数の足し算と引き算を計算する問題です。 計算式は $ (-\frac{2}{3}) + (-\frac{3}{2}) - (+1) $ です。
分数加減算通分
2025/3/17
We are given a sequence $\{a_n\}$ with the first term $a_1 = 2$ and a recursive relation $a_{n+1} = ...
SequencesRecursive RelationsLinear Recurrence RelationsClosed-form Formula
2025/3/17
与えられた分数の引き算を計算します。 計算式は $(- \frac{11}{10}) - (+ \frac{1}{6})$ です。
分数加減算通分約分
2025/3/17
The problem asks to calculate $816 \div 4$.
DivisionLong DivisionArithmetic Operations
2025/3/17
三角形ABCの内部の点Pについて、$2\vec{AP} + 2\vec{BP} + 3\vec{CP} = \vec{0}$が成り立つ。このとき$\vec{AP}$を$\vec{AB}$と$\vec{...
ベクトル三角形内分点線形結合
2025/3/17
三角形ABCの内部の点Pについて、$2\vec{AP} + 2\vec{BP} + 3\vec{CP} = \vec{0}$ が成り立つとする。 (1) このとき、$\vec{AP}$ を $\vec...
ベクトル三角形位置ベクトル線分の内分平面ベクトル
2025/3/17
Pipe A can fill a tank in 492 minutes. Pipe B can fill the same tank in 984 minutes. If both pipes a...
RateWork ProblemsFractions
2025/3/17
The problem is to simplify the expression $\frac{9(1+2x)}{2} - 3(3x - \frac{1}{2})$.
Algebraic simplificationExpressionsFractionsDistributive property
2025/3/17
Simplify the expression $x - \frac{x+1}{6}$.
Algebraic ExpressionsSimplificationFractionsCombining Like Terms
2025/3/17