m+n:m-n:mxn:m:n
a) m=956, n=17 b m=2006, n=56
Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.
a)952+28=980 b)2006+17=2023
952-28=924 2006-17=1989
952*28=26656 2006*17=34102
#include <bits/stdc++.h>
using namespace std;
long long m,n;
int main()
{
cin>>m>>n;
if (m%n==0) cout<<m/n;
else if (n%m==0) cout<<n/m;
else cout<<m+n;
return 0;
}
\(m^2+5p^2=4mp-10m+22p+25\)
\(\Leftrightarrow m^2+5p^2-4mp+10m-22p-25=0\)
\(\Leftrightarrow\left(m^2-4mp+10m+4p^2-20p+25\right)+\left(p^2-2p+1\right)-51=0\)
\(\Leftrightarrow\left(m-2p+5\right)^2+\left(p-1\right)^2-51=0\)
Dễ thấy: \(\left\{{}\begin{matrix}\left(m-2p+5\right)^2\ge0\\\left(p-1\right)^2\ge0\end{matrix}\right.\)
\(\Rightarrow\left(m-2p+5\right)^2+\left(p-1\right)^2\ge0\)
\(\Rightarrow\left(m-2p+5\right)^2+\left(p-1\right)^2-51\ge-51\)
Xảy ra khi \(\left\{{}\begin{matrix}m-2p+5=0\\p-1=0\end{matrix}\right.\)\(\Rightarrow\left\{{}\begin{matrix}m=-3\\p=1\end{matrix}\right.\)
a) Ta có phép tính:
956 + 17 : 956 - 17 : 956 x 17: 956 : 17 = 956,0177638
b) Ta có phép tính:
2006 + 56 : 2006 - 56 : 2006 x 56 : 2006 : 56 = 2006,027902
( k dùm mình nha bạn )
nhanh lên