document.write( "Question 74848: the product of two numbers is no less than 30. One of the integers is 6. What is the other integer \n" ); document.write( "
Algebra.Com's Answer #53784 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Let x=first number, y=2nd number
\n" ); document.write( "Here's the translation:
\n" ); document.write( "\"xy%3C30\" the product of two numbers(x,y) (multiplied numbers) is no less (<) than 30
\n" ); document.write( "Let x=6
\n" ); document.write( "\"6y%3C30\"Solve for y
\n" ); document.write( "\"y%3C30%2F6\"Divide both sides by 6
\n" ); document.write( "\"y%3C5\"
\n" ); document.write( "So the other number has to be less than 5 in order for the product to be less than 30.
\n" ); document.write( "
\n" );