document.write( "Question 1042995: Prove that, if d is a factor of x,and d is also a factor of y
\n" );
document.write( "where d>=1,x>=1,y>=1 ∈ Z
\n" );
document.write( "then d^2 is a factor of x multiplied by y \n" );
document.write( "
Algebra.Com's Answer #658069 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Since d is a factor of x, there exists a positive integer e \n" ); document.write( "such that x = d*e . \n" ); document.write( "Since d is a factor of y, there exists a positive integer f \n" ); document.write( "such that y = d*f . \n" ); document.write( "So x*y = (d*e)(d*f) \n" ); document.write( "Since order is not important in multiplication \n" ); document.write( "x*y = (d*d*e*f) or x*y = d^2*e*f \n" ); document.write( "and d^2 is a factor of x*y \n" ); document.write( " |