document.write( "Question 971844: two positive integers have a product of 50. One integer is twice the other.What are the integers \n" ); document.write( "
Algebra.Com's Answer #594233 by anand429(138)![]() ![]() You can put this solution on YOUR website! Let integers be a and b \n" ); document.write( "Given, b=2a and ab=50 \n" ); document.write( "=> a*2a =50 \n" ); document.write( "=> a=5 \n" ); document.write( "So, b = 10 \n" ); document.write( " |