document.write( "Question 337952: the sum of two numbers is 23. the product of the two same numbers is 90. what are those two numbers \n" ); document.write( "
Algebra.Com's Answer #242352 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x+y=23 \n" ); document.write( "x=23-y \n" ); document.write( ". \n" ); document.write( "xy=90 \n" ); document.write( "y(23-y)=90 \n" ); document.write( "23y-y^2=90 \n" ); document.write( "y^2-23y+90=0 \n" ); document.write( "(y-18)(y-5)=0 \n" ); document.write( "When y=18, x=5 \n" ); document.write( "When y=5, x=18 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |